mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
tests: activate pad in multifdsink test before pushing on it
This commit is contained in:
parent
b2946746ae
commit
a350c28aed
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ setup_multifdsink (void)
|
|||
GST_DEBUG ("setup_multifdsink");
|
||||
multifdsink = gst_check_setup_element ("multifdsink");
|
||||
mysrcpad = gst_check_setup_src_pad (multifdsink, &srctemplate);
|
||||
GST_PAD_UNSET_FLUSHING (mysrcpad);
|
||||
gst_pad_set_active (mysrcpad, TRUE);
|
||||
|
||||
return multifdsink;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue