diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-06-03 15:40:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-06-03 15:40:17 +0000 |
commit | ebcdc66a8015e3acadbfa8f32c79e157205c30ea (patch) | |
tree | c3ff1d38e162be43c30c04f99db9467154c18968 /multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoia.c | |
parent | - Update to 0.16 (diff) |
Fix the build of gstreamer-plugins and the cdparanoia plugin on 4.x.
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=136734
Diffstat (limited to 'multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoia.c')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoia.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoia.c b/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoia.c new file mode 100644 index 000000000000..17e8469ad897 --- /dev/null +++ b/multimedia/gstreamer-plugins/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, + ×tamp); +- GstEvent *discont_ev; + + if (src->flush_pending) { + src->flush_pending = FALSE; |