GNOME Bugzilla – Bug 330379
Bogus commits to basesink, basetransform, collectpads
Last modified: 2006-06-14 10:31:54 UTC
This one needs to be reverted: 2006-02-07 Andy Wingo <wingo@pobox.com> * libs/gst/base/gstcollectpads.c (gst_collect_pads_event) * libs/gst/base/gstbasetransform.c (gst_base_transform_eventfunc): * libs/gst/base/gstbasesink.c (gst_base_sink_configure_segment): If we get a new newsegment with a different format, adapt accordingly. Instead, the elements should complain that you can't send a new segment event with a different format from the one that was previously sent.
too late to add now, deferred
ping?
removing milestone since it's not getting handled with any reasonable priority :)
* libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment), (gst_base_sink_preroll_object), (gst_base_sink_get_position): * libs/gst/base/gstbasetransform.c: (gst_base_transform_sink_eventfunc): * libs/gst/base/gstcollectpads.c: (gst_collect_pads_event): Don't randomly and silently reset a segment when the format changes as this is a bug somewhere upstream. Fixes #330379.