vdpau: small indentation fix

This commit is contained in:
Carl-Anton Ingmarsson 2009-03-15 21:23:35 +01:00 committed by Jan Schmidt
parent b25f035fe5
commit 05908cd130

View file

@ -124,8 +124,7 @@ gst_vdpaudecoder_init (GstVDPAUDecoder * dec, GstVDPAUDecoderClass * klass)
dec->src = gst_pad_new_from_static_template (&src_template, "src");
gst_element_add_pad (GST_ELEMENT (dec), dec->src);
dec->sink =
gst_pad_new_from_template (gst_element_class_get_pad_template
dec->sink = gst_pad_new_from_template (gst_element_class_get_pad_template
(GST_ELEMENT_CLASS (klass), "sink"), "sink");
gst_element_add_pad (GST_ELEMENT (dec), dec->sink);
}