mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtsp-stream: minor code formatting fix
This commit is contained in:
parent
ec7bf5379e
commit
dc43f427a9
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ struct _GstRTSPStream {
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GstRTSPStreamPrivate *priv;
|
GstRTSPStreamPrivate *priv;
|
||||||
gpointer _gst_reserved[GST_PADDING];};
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
|
};
|
||||||
|
|
||||||
struct _GstRTSPStreamClass {
|
struct _GstRTSPStreamClass {
|
||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
Loading…
Reference in a new issue