typefind: don't unset caps

This commit is contained in:
Wim Taymans 2011-05-06 16:14:23 +02:00
parent 5f06f3b0ae
commit 8ca3f9e71a

View file

@ -450,7 +450,6 @@ static void
start_typefinding (GstTypeFindElement * typefind)
{
GST_DEBUG_OBJECT (typefind, "starting typefinding");
gst_pad_set_caps (typefind->src, NULL);
GST_OBJECT_LOCK (typefind);
if (typefind->caps)