mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
pad: move debug function closer to the enum it debugs
This commit is contained in:
parent
f8dd5550c2
commit
e5c5d3de7e
1 changed files with 2 additions and 2 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue