playback: Mark internal functions as G_GNUC_INTERNAL
This commit is contained in:
parent
0cc3f199ca
commit
32aebd7baf
@ -27,11 +27,13 @@ G_BEGIN_DECLS
|
|||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include "gstplay-enum.h"
|
#include "gstplay-enum.h"
|
||||||
|
|
||||||
|
G_GNUC_INTERNAL
|
||||||
guint
|
guint
|
||||||
gst_playback_utils_get_n_common_capsfeatures (GstElementFactory * fact1,
|
gst_playback_utils_get_n_common_capsfeatures (GstElementFactory * fact1,
|
||||||
GstElementFactory * fact2,
|
GstElementFactory * fact2,
|
||||||
GstPlayFlags flags,
|
GstPlayFlags flags,
|
||||||
gboolean isaudioelement);
|
gboolean isaudioelement);
|
||||||
|
G_GNUC_INTERNAL
|
||||||
gint
|
gint
|
||||||
gst_playback_utils_compare_factories_func (gconstpointer p1, gconstpointer p2);
|
gst_playback_utils_compare_factories_func (gconstpointer p1, gconstpointer p2);
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user