mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
selector: don't unset caps
This commit is contained in:
parent
8ca3f9e71a
commit
e444493793
1 changed files with 0 additions and 3 deletions
|
@ -120,9 +120,6 @@ cleanup_pad (GstPad * pad, GstElement * element)
|
|||
gst_pad_unlink (pad, selpad);
|
||||
}
|
||||
|
||||
/* caps could have been set, make sure they get unset */
|
||||
gst_pad_set_caps (pad, NULL);
|
||||
|
||||
GST_DEBUG_OBJECT (pad, "clean up %" GST_PTR_FORMAT " and %" GST_PTR_FORMAT,
|
||||
selpad, pad);
|
||||
|
||||
|
|
Loading…
Reference in a new issue