mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
tests: update for gstcheck API change
This commit is contained in:
parent
875c41011e
commit
97b70cae70
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ setup_xingmux ()
|
|||
|
||||
GST_DEBUG ("setup_xingmux");
|
||||
xingmux = gst_check_setup_element ("xingmux");
|
||||
mysrcpad = gst_check_setup_src_pad (xingmux, &srctemplate, NULL);
|
||||
mysinkpad = gst_check_setup_sink_pad (xingmux, &sinktemplate, NULL);
|
||||
mysrcpad = gst_check_setup_src_pad (xingmux, &srctemplate);
|
||||
mysinkpad = gst_check_setup_sink_pad (xingmux, &sinktemplate);
|
||||
gst_pad_set_active (mysrcpad, TRUE);
|
||||
gst_pad_set_active (mysinkpad, TRUE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue