mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
codecanalyzer: use new gst_element_class_add_static_pad_template()
https://bugzilla.gnome.org/show_bug.cgi?id=763197
This commit is contained in:
parent
e11b7cc26c
commit
36f490a325
1 changed files with 1 additions and 2 deletions
|
@ -123,8 +123,7 @@ gst_analyzer_sink_class_init (GstAnalyzerSinkClass * klass)
|
|||
"Sink",
|
||||
"Sink to dump the parsed information",
|
||||
"Sreerenj Balachandran<sreerenj.balachandran@intel.com>");
|
||||
gst_element_class_add_pad_template (gstelement_class,
|
||||
gst_static_pad_template_get (&sinktemplate));
|
||||
gst_element_class_add_static_pad_template (gstelement_class, &sinktemplate);
|
||||
|
||||
gstelement_class->change_state =
|
||||
GST_DEBUG_FUNCPTR (gst_analyzer_sink_change_state);
|
||||
|
|
Loading…
Reference in a new issue