mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
removed workaround for a bug that is fixed
Original commit message from CVS: removed workaround for a bug that is fixed
This commit is contained in:
parent
c3ee55473f
commit
d0a0cdbd9f
1 changed files with 2 additions and 7 deletions
|
@ -373,13 +373,8 @@ callback_typefind_have_type (GstElement *typefind, GstCaps *caps, GstSpiderIdent
|
|||
gboolean restart_spider = FALSE;
|
||||
|
||||
GST_INFO (GST_CAT_AUTOPLUG, "element %s has found caps\n", GST_ELEMENT_NAME(ident));
|
||||
/* checks */
|
||||
|
||||
/* we have to ref the typefind, because if me remove it the scheduler segfaults
|
||||
* FIXME: get rid of the typefinder
|
||||
*/
|
||||
gst_object_ref (GST_OBJECT (typefind));
|
||||
|
||||
|
||||
/* checks */
|
||||
g_assert (GST_IS_ELEMENT (typefind));
|
||||
g_assert (GST_IS_SPIDER_IDENTITY (ident));
|
||||
|
||||
|
|
Loading…
Reference in a new issue