summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2013-11-21 12:28:00 +0100
committerWim Taymans <wtaymans@redhat.com>2013-11-21 12:28:00 +0100
commite5c5d3de7e543ef9bf12952d848ad0b96d158821 (patch)
tree70c4a703689d38f94723e290789b36dcc7c38fd9 /gst/gstpad.h
parentf8dd5550c2da2c0eacb36f04c237e39f6ad5b83d (diff)
pad: move debug function closer to the enum it debugs
Diffstat (limited to 'gst/gstpad.h')
-rw-r--r--gst/gstpad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstpad.h b/gst/gstpad.h
index 13d457103..04c2094d2 100644
--- a/gst/gstpad.h
+++ b/gst/gstpad.h
@@ -61,6 +61,8 @@ typedef enum {
GST_PAD_MODE_PULL
} GstPadMode;
+const gchar * gst_pad_mode_get_name (GstPadMode mode);
+
#include <gst/gstobject.h>
#include <gst/gstbuffer.h>
#include <gst/gstbufferlist.h>
@@ -1000,8 +1002,6 @@ gboolean gst_pad_query_default (GstPad *pad, GstObject *parent,
gboolean gst_pad_forward (GstPad *pad, GstPadForwardFunction forward,
gpointer user_data);
-const gchar * gst_pad_mode_get_name (GstPadMode mode);
-
G_END_DECLS
#endif /* __GST_PAD_H__ */