summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpngenc.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
commit5d25c00e4b613b9cdf2c04fa3a68dffa03834a68 (patch)
tree74a5b1eaf3a324b520e64e87404fd0b3018a7829 /ext/libpng/gstpngenc.h
parent1e83b097f7b732ae49e294a5a398bdc3e88854a8 (diff)
gst-indent
Original commit message from CVS: gst-indent
Diffstat (limited to 'ext/libpng/gstpngenc.h')
-rw-r--r--ext/libpng/gstpngenc.h47
1 files changed, 24 insertions, 23 deletions
diff --git a/ext/libpng/gstpngenc.h b/ext/libpng/gstpngenc.h
index 59bc4ab4..1c521260 100644
--- a/ext/libpng/gstpngenc.h
+++ b/ext/libpng/gstpngenc.h
@@ -25,8 +25,9 @@
#include <png.h>
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
#define GST_TYPE_PNGENC (gst_pngenc_get_type())
@@ -35,37 +36,37 @@ extern "C" {
#define GST_IS_PNGENC(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_PNGENC))
#define GST_IS_PNGENC_CLASS(obj)(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_PNGENC))
-typedef struct _GstPngEnc GstPngEnc;
-typedef struct _GstPngEncClass GstPngEncClass;
+ typedef struct _GstPngEnc GstPngEnc;
+ typedef struct _GstPngEncClass GstPngEncClass;
-extern GstPadTemplate *pngenc_src_template, *pngenc_sink_template;
+ extern GstPadTemplate *pngenc_src_template, *pngenc_sink_template;
-struct _GstPngEnc
-{
- GstElement element;
+ struct _GstPngEnc
+ {
+ GstElement element;
- GstPad *sinkpad, *srcpad;
- GstBuffer *buffer_out;
+ GstPad *sinkpad, *srcpad;
+ GstBuffer *buffer_out;
- png_structp png_struct_ptr;
- png_infop png_info_ptr;
+ png_structp png_struct_ptr;
+ png_infop png_info_ptr;
- gint width;
- gint height;
- gint bpp;
-};
+ gint width;
+ gint height;
+ gint bpp;
+ };
-struct _GstPngEncClass
-{
- GstElementClass parent_class;
-};
+ struct _GstPngEncClass
+ {
+ GstElementClass parent_class;
+ };
-GType gst_pngenc_get_type(void);
+ GType gst_pngenc_get_type (void);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __GST_PNGENC_H__ */
+#endif /* __GST_PNGENC_H__ */