playbin3: We only care about source pads going away

This commit is contained in:
Edward Hervey 2017-07-18 13:04:09 +02:00 committed by Edward Hervey
parent 651a0fe312
commit 6ccba23752

View file

@ -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));