[Gstreamer-openmax] [PATCH 2/2] minor formatting cleanup
Rob Clark
rob at ti.com
Wed Nov 3 18:56:54 PDT 2010
---
omx/gstomx.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/omx/gstomx.h b/omx/gstomx.h
index 37027ec..f638a8c 100644
--- a/omx/gstomx.h
+++ b/omx/gstomx.h
@@ -24,8 +24,11 @@
#include <gst/gst.h>
-G_BEGIN_DECLS GST_DEBUG_CATEGORY_EXTERN (gstomx_debug);
+G_BEGIN_DECLS
+
+GST_DEBUG_CATEGORY_EXTERN (gstomx_debug);
GST_DEBUG_CATEGORY_EXTERN (gstomx_util_debug);
+
#define GST_CAT_DEFAULT gstomx_debug
enum
@@ -44,4 +47,5 @@ void gstomx_install_property_helper (GObjectClass * gobject_class);
gboolean gstomx_get_property_helper (void *core, guint prop_id, GValue * value);
G_END_DECLS
+
#endif /* GSTOMX_H */
--
1.7.1.1
More information about the Gstreamer-openmax
mailing list