The typefind element now sets the caps on its sink pad when the type has been detected.
Original commit message from CVS: The typefind element now sets the caps on its sink pad when the type has been detected.
This commit is contained in:
parent
661ba7feb7
commit
a8e66eca9e
@ -184,6 +184,7 @@ gst_typefind_chain (GstPad *pad, GstBuffer *buf)
|
||||
typefind->caps = caps;
|
||||
gtk_signal_emit (GTK_OBJECT (typefind), gst_typefind_signals[HAVE_TYPE],
|
||||
typefind->caps);
|
||||
gst_pad_set_caps (pad, caps);
|
||||
goto end;
|
||||
}
|
||||
funcs = g_slist_next (funcs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user