freebsd-ports/multimedia/gstreamer-plugins80/files/patch-ext_theora_theoradec.c
Joe Marcus Clarke 4528e05b80 Update to 0.8.3, and add faac and working xvid support.
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
2004-08-05 22:34:14 +00:00

19 lines
550 B
C

--- ext/theora/theoradec.c.orig Wed Aug 4 16:29:13 2004
+++ ext/theora/theoradec.c Wed Aug 4 16:30:47 2004
@@ -385,6 +385,7 @@
gboolean res = TRUE;
GstTheoraDec *dec;
GstFormat format;
+ GstEvent *real_seek;
dec = GST_THEORA_DEC (gst_pad_get_parent (pad));
@@ -405,7 +406,7 @@
goto error;
/* then seek with time on the peer */
- GstEvent *real_seek = gst_event_new_seek (
+ real_seek = gst_event_new_seek (
(GST_EVENT_SEEK_TYPE (event) & ~GST_SEEK_FORMAT_MASK) |
format, value);