mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
dtsdec: cosmetic fix to header structure to make gtk-doc happy
This commit is contained in:
parent
76535b0e1f
commit
ac7cda4b3b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue