dtsdec: cosmetic fix to header structure to make gtk-doc happy

This commit is contained in:
Tim-Philipp Müller 2009-05-01 02:26:22 +01:00
parent 76535b0e1f
commit ac7cda4b3b

View file

@ -43,8 +43,8 @@ struct _GstDtsDec {
GstElement element; GstElement element;
/* pads */ /* pads */
GstPad *sinkpad, GstPad *sinkpad;
*srcpad; GstPad *srcpad;
/* stream properties */ /* stream properties */
gint bit_rate; gint bit_rate;