mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
playback: Mark internal functions as G_GNUC_INTERNAL
This commit is contained in:
parent
0cc3f199ca
commit
32aebd7baf
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue