mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +00:00
playbin2: Improve debugging of pad blocks
This commit is contained in:
parent
a4f454dc24
commit
9be848d04f
1 changed files with 1 additions and 0 deletions
|
@ -2008,6 +2008,7 @@ pad_added_cb (GstElement * decodebin, GstPad * pad, GstSourceGroup * group)
|
||||||
* pushing data into the selectors before we have a chance to collect all
|
* pushing data into the selectors before we have a chance to collect all
|
||||||
* streams and connect the sinks, resulting in not-linked errors. After we
|
* streams and connect the sinks, resulting in not-linked errors. After we
|
||||||
* configured the sinks we will unblock them all. */
|
* configured the sinks we will unblock them all. */
|
||||||
|
GST_DEBUG_OBJECT (playbin, "blocking %" GST_PTR_FORMAT, select->srcpad);
|
||||||
gst_pad_set_blocked_async (select->srcpad, TRUE, selector_blocked, NULL);
|
gst_pad_set_blocked_async (select->srcpad, TRUE, selector_blocked, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue