mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +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;
|
gboolean restart_spider = FALSE;
|
||||||
|
|
||||||
GST_INFO (GST_CAT_AUTOPLUG, "element %s has found caps\n", GST_ELEMENT_NAME(ident));
|
GST_INFO (GST_CAT_AUTOPLUG, "element %s has found caps\n", GST_ELEMENT_NAME(ident));
|
||||||
/* checks */
|
|
||||||
|
/* 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));
|
|
||||||
|
|
||||||
g_assert (GST_IS_ELEMENT (typefind));
|
g_assert (GST_IS_ELEMENT (typefind));
|
||||||
g_assert (GST_IS_SPIDER_IDENTITY (ident));
|
g_assert (GST_IS_SPIDER_IDENTITY (ident));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue