mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
typefind: don't unset caps
This commit is contained in:
parent
5f06f3b0ae
commit
8ca3f9e71a
1 changed files with 0 additions and 1 deletions
|
@ -450,7 +450,6 @@ static void
|
||||||
start_typefinding (GstTypeFindElement * typefind)
|
start_typefinding (GstTypeFindElement * typefind)
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (typefind, "starting typefinding");
|
GST_DEBUG_OBJECT (typefind, "starting typefinding");
|
||||||
gst_pad_set_caps (typefind->src, NULL);
|
|
||||||
|
|
||||||
GST_OBJECT_LOCK (typefind);
|
GST_OBJECT_LOCK (typefind);
|
||||||
if (typefind->caps)
|
if (typefind->caps)
|
||||||
|
|
Loading…
Reference in a new issue