diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-04-15 15:43:04 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-04-15 16:13:34 +0300 |
commit | 99fcc86ee441d34752b39e382014d5a8a5cb04b0 (patch) | |
tree | 7e73c7baee67685b82d4daba7aca5b047352c17e /gst/debug/gstpushfilesrc.h | |
parent | 787124dad6657d2c79134f611ae960f1666ca156 (diff) |
debug: indent before renaming
Diffstat (limited to 'gst/debug/gstpushfilesrc.h')
-rw-r--r-- | gst/debug/gstpushfilesrc.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gst/debug/gstpushfilesrc.h b/gst/debug/gstpushfilesrc.h index 350696f5..d9333444 100644 --- a/gst/debug/gstpushfilesrc.h +++ b/gst/debug/gstpushfilesrc.h @@ -23,7 +23,6 @@ #include <gst/gstbin.h> G_BEGIN_DECLS - #define GST_TYPE_PUSH_FILE_SRC \ (gst_push_file_src_get_type()) #define GST_PUSH_FILE_SRC(obj) \ @@ -34,7 +33,6 @@ G_BEGIN_DECLS (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_PUSH_FILE_SRC)) #define GST_IS_PUSH_FILE_SRC_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_PUSH_FILE_SRC)) - typedef struct _GstPushFileSrc GstPushFileSrc; typedef struct _GstPushFileSrcClass GstPushFileSrcClass; @@ -42,9 +40,9 @@ struct _GstPushFileSrc { GstBin parent; - /*< private >*/ + /*< private > */ GstElement *filesrc; - GstPad *srcpad; + GstPad *srcpad; }; struct _GstPushFileSrcClass @@ -52,9 +50,7 @@ struct _GstPushFileSrcClass GstBinClass parent_class; }; -GType gst_push_file_src_get_type(void); +GType gst_push_file_src_get_type (void); G_END_DECLS - -#endif /* __GST_PUSH_FILE_SRC_H__*/ - +#endif /* __GST_PUSH_FILE_SRC_H__ */ |