summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files/patch-gst_tta_gstttaparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-gst_tta_gstttaparse.c')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst_tta_gstttaparse.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_tta_gstttaparse.c b/multimedia/gstreamer-plugins80/files/patch-gst_tta_gstttaparse.c
deleted file mode 100644
index 40b567337..000000000
--- a/multimedia/gstreamer-plugins80/files/patch-gst_tta_gstttaparse.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- gst/tta/gstttaparse.c.orig Sat Jan 8 13:36:26 2005
-+++ gst/tta/gstttaparse.c Sat Jan 8 13:37:08 2005
-@@ -162,11 +162,14 @@
- case GST_EVENT_SEEK:
- {
- if (GST_EVENT_SEEK_FORMAT (event) == GST_FORMAT_TIME) {
-- GST_DEBUG_OBJECT (ttaparse, "got seek event");
- GstEvent *seek_event;
-- guint64 time = GST_EVENT_SEEK_OFFSET (event);
-- guint64 seek_frame = time / (FRAME_TIME * 1000000000);
-- guint64 seekpos = ttaparse->index[seek_frame].pos;
-+ guint64 time;
-+ guint64 seek_frame;
-+ guint64 seekpos;
-+ GST_DEBUG_OBJECT (ttaparse, "got seek event");
-+ time = GST_EVENT_SEEK_OFFSET (event);
-+ seek_frame = time / (FRAME_TIME * 1000000000);
-+ seekpos = ttaparse->index[seek_frame].pos;
-
- GST_DEBUG_OBJECT (ttaparse, "seeking to %u", (guint) seekpos);
- seek_event =