[Bug 704916] Reconfigure events set GST_PAD_FLAG_NEED_RECONFIGURE flag on sink pad only

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 26 01:01:35 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704916
  GStreamer | gstreamer (core) | 1.0.8

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |slomo at circular-chaos.org

--- Comment #1 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-26 08:01:32 UTC ---
The reconfigure event is an upstream event, so you would call
gst_pad_push_event() on a sinkpad. gst_pad_push_event() then sets the
reconfigure flag if it's a sinkpad (it always will), and call
gst_pad_send_event() on the peerpad (a srcpad). gst_pad_send_event() will set
the reconfigure flag for all srcpads (it always is an srcpad).

So overall all the sinkpads and srcpads should have the flag set later.


How did you get a problem with this, what can be done to reproduce it?

-- 
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