gst-gmyth/nuvdemux/gstnuvdemux.h
branchtrunk
changeset 751 3cf3c6019e3b
parent 608 43ce4ea2f9fb
child 754 cb885ee44618
     1.1 --- a/gst-gmyth/nuvdemux/gstnuvdemux.h	Tue May 01 16:04:02 2007 +0100
     1.2 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.h	Thu Jun 14 18:21:08 2007 +0100
     1.3 @@ -26,7 +26,6 @@
     1.4  #include <gst/base/gstadapter.h>
     1.5  
     1.6  G_BEGIN_DECLS
     1.7 -
     1.8  #define GST_TYPE_NUV_DEMUX \
     1.9    (gst_nuv_demux_get_type ())
    1.10  #define GST_NUV_DEMUX(obj) \
    1.11 @@ -37,19 +36,19 @@
    1.12    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_NUV_DEMUX))
    1.13  #define GST_IS_NUV_DEMUX_CLASS(klass) \
    1.14    (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_NUV_DEMUX))
    1.15 -
    1.16  typedef struct _GstNuvDemuxPrivate GstNuvDemuxPrivate;
    1.17 -typedef struct _GstNuvDemux {
    1.18 -  GstElement          parent;
    1.19 +typedef struct _GstNuvDemux
    1.20 +{
    1.21 +  GstElement parent;
    1.22    GstNuvDemuxPrivate *priv;
    1.23  } GstNuvDemux;
    1.24  
    1.25 -typedef struct _GstNuvDemuxClass {
    1.26 +typedef struct _GstNuvDemuxClass
    1.27 +{
    1.28    GstElementClass parent_class;
    1.29  } GstNuvDemuxClass;
    1.30  
    1.31 -GType           gst_nuv_demux_get_type          (void);
    1.32 +GType gst_nuv_demux_get_type(void);
    1.33  
    1.34  G_END_DECLS
    1.35 -
    1.36  #endif /* __GST_NUV_DEMUX_H__ */