summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c b/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c
new file mode 100644
index 000000000..17e8469ad
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c
@@ -0,0 +1,18 @@
+--- ext/cdparanoia/gstcdparanoia.c.orig Fri Jun 3 06:59:43 2005
++++ ext/cdparanoia/gstcdparanoia.c Fri Jun 3 07:00:13 2005
+@@ -561,6 +561,7 @@
+ gint16 *cdda_buf;
+ gint64 timestamp;
+ GstFormat format;
++ GstEvent *discont_ev;
+
+ /* convert the sequence sector number to a timestamp */
+ format = GST_FORMAT_TIME;
+@@ -574,7 +575,6 @@
+ gst_pad_convert (src->srcpad, sector_format,
+ get_relative (src, src->cur_track, src->cur_sector), &format,
+ &timestamp);
+- GstEvent *discont_ev;
+
+ if (src->flush_pending) {
+ src->flush_pending = FALSE;