mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
vdpau: small indentation fix
This commit is contained in:
parent
b25f035fe5
commit
05908cd130
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@ gst_vdpaudecoder_init (GstVDPAUDecoder * dec, GstVDPAUDecoderClass * klass)
|
||||||
dec->src = gst_pad_new_from_static_template (&src_template, "src");
|
dec->src = gst_pad_new_from_static_template (&src_template, "src");
|
||||||
gst_element_add_pad (GST_ELEMENT (dec), dec->src);
|
gst_element_add_pad (GST_ELEMENT (dec), dec->src);
|
||||||
|
|
||||||
dec->sink =
|
dec->sink = gst_pad_new_from_template (gst_element_class_get_pad_template
|
||||||
gst_pad_new_from_template (gst_element_class_get_pad_template
|
|
||||||
(GST_ELEMENT_CLASS (klass), "sink"), "sink");
|
(GST_ELEMENT_CLASS (klass), "sink"), "sink");
|
||||||
gst_element_add_pad (GST_ELEMENT (dec), dec->sink);
|
gst_element_add_pad (GST_ELEMENT (dec), dec->sink);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue