mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
typefind: Run the default have-type handler after all application handlers
Otherwise the CAPS event will already be forwarded downstream and the application has no way to intervene anymore. https://bugzilla.gnome.org/show_bug.cgi?id=735896
This commit is contained in:
parent
0ad06434da
commit
6409420474
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ gst_type_find_element_class_init (GstTypeFindElementClass * typefind_class)
|
|||
* been found.
|
||||
*/
|
||||
gst_type_find_element_signals[HAVE_TYPE] = g_signal_new ("have-type",
|
||||
G_TYPE_FROM_CLASS (typefind_class), G_SIGNAL_RUN_FIRST,
|
||||
G_TYPE_FROM_CLASS (typefind_class), G_SIGNAL_RUN_LAST,
|
||||
G_STRUCT_OFFSET (GstTypeFindElementClass, have_type), NULL, NULL,
|
||||
g_cclosure_marshal_generic, G_TYPE_NONE, 2,
|
||||
G_TYPE_UINT, GST_TYPE_CAPS | G_SIGNAL_TYPE_STATIC_SCOPE);
|
||||
|
|
Loading…
Reference in a new issue