mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
playbin3: We only care about source pads going away
This commit is contained in:
parent
651a0fe312
commit
6ccba23752
1 changed files with 3 additions and 0 deletions
|
@ -2955,6 +2955,9 @@ pad_removed_cb (GstElement * decodebin, GstPad * pad, GstPlayBin3 * playbin)
|
|||
GstStreamType stream_type = GST_STREAM_TYPE_UNKNOWN;
|
||||
gchar *pad_name;
|
||||
|
||||
if (GST_PAD_IS_SINK (pad))
|
||||
return;
|
||||
|
||||
GST_DEBUG_OBJECT (playbin,
|
||||
"decoded pad %s:%s removed", GST_DEBUG_PAD_NAME (pad));
|
||||
|
||||
|
|
Loading…
Reference in a new issue