[Bug 710855] port ivfparse to 1.x api

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 30 18:57:08 CET 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710855
  GStreamer | gst-plugins-bad | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #258081|none                        |needs-work
             status|                            |

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-10-30 17:57:02 UTC ---
Review of attachment 258081:
 --> (https://bugzilla.gnome.org/review?bug=710855&attachment=258081)

::: gst/ivfparse/gstivfparse.c
@@ +219,3 @@
+        segment.start = 0;
+        segment.stop = -1;
+        segment.position = 0;

These are the default values of the segment after gst_segment_init()

@@ +220,3 @@
+        segment.stop = -1;
+        segment.position = 0;
+        gst_pad_push_event (ivf->srcpad, gst_event_new_segment (&segment));

Additionally you will need to implement a event function on the sinkpad and
drop the segment event received there

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list