mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
decklinksink: obtain class from object
This commit is contained in:
parent
1f177beb33
commit
52908193b0
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ gst_decklink_sink_init (GstDecklinkSink * decklinksink)
|
|||
{
|
||||
GstDecklinkSinkClass *decklinksink_class;
|
||||
|
||||
decklinksink_class = GST_DECKLINK_SINK_GET_CLASS (decklinksink_class);
|
||||
decklinksink_class = GST_DECKLINK_SINK_GET_CLASS (decklinksink);
|
||||
|
||||
decklinksink->videosinkpad =
|
||||
gst_pad_new_from_template (gst_element_class_get_pad_template
|
||||
|
|
Loading…
Reference in a new issue