mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
wavpackparse-test: Send inital events
https://bugzilla.gnome.org/show_bug.cgi?id=700033
This commit is contained in:
parent
93bd95f518
commit
96df3472ba
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ setup_wavpackparse (void)
|
|||
mysinkpad = gst_check_setup_sink_pad (wavpackparse, &sinktemplate);
|
||||
gst_pad_set_active (mysrcpad, TRUE);
|
||||
gst_pad_set_active (mysinkpad, TRUE);
|
||||
gst_check_setup_events (mysrcpad, wavpackparse, NULL, GST_FORMAT_BYTES);
|
||||
|
||||
return wavpackparse;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue