mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +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 "gstplay-enum.h"
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
guint
|
||||
gst_playback_utils_get_n_common_capsfeatures (GstElementFactory * fact1,
|
||||
GstElementFactory * fact2,
|
||||
GstPlayFlags flags,
|
||||
gboolean isaudioelement);
|
||||
G_GNUC_INTERNAL
|
||||
gint
|
||||
gst_playback_utils_compare_factories_func (gconstpointer p1, gconstpointer p2);
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in a new issue