mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
tests: fix test
This commit is contained in:
parent
079c152e62
commit
1514cd7b50
1 changed files with 2 additions and 0 deletions
|
@ -643,8 +643,10 @@ static void
|
|||
gst_test_reverse_negotiation_sink_class_init (GstTestReverseNegotiationSinkClass
|
||||
* klass)
|
||||
{
|
||||
GstElementClass *gstelement_class;
|
||||
GstBaseSinkClass *gstbase_sink_class;
|
||||
|
||||
gstelement_class = GST_ELEMENT_CLASS (klass);
|
||||
gstbase_sink_class = GST_BASE_SINK_CLASS (klass);
|
||||
|
||||
gst_element_class_set_details_simple (gstelement_class,
|
||||
|
|
Loading…
Reference in a new issue