Skip to content
Snippets Groups Projects
Commit 4358b0cb authored by Chad Hanna's avatar Chad Hanna
Browse files

fix input caps too

parent 826bf8f8
No related branches found
No related tags found
No related merge requests found
......@@ -792,6 +792,7 @@ static void instance_init(GTypeInstance *object, gpointer class)
gst_pad_set_chain_function(pad, GST_DEBUG_FUNCPTR(chain));
gst_pad_set_event_function(pad, GST_DEBUG_FUNCPTR(sink_event));
element->sinkpad = pad;
gst_pad_use_fixed_caps(pad);
/* retrieve (and ref) src pad */
pad = gst_element_get_static_pad(GST_ELEMENT(element), "src");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment