mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
libs: utils: mark functions as internals
The functions in this header are internal to the library.
This commit is contained in:
parent
3c31e8292a
commit
58f6e78017
1 changed files with 3 additions and 1 deletions
|
@ -72,14 +72,16 @@ G_BEGIN_DECLS
|
||||||
} \
|
} \
|
||||||
} G_STMT_END
|
} G_STMT_END
|
||||||
|
|
||||||
|
G_GNUC_INTERNAL
|
||||||
gboolean
|
gboolean
|
||||||
bs_write_ue (GstBitWriter * bs, guint32 value);
|
bs_write_ue (GstBitWriter * bs, guint32 value);
|
||||||
|
|
||||||
|
G_GNUC_INTERNAL
|
||||||
gboolean
|
gboolean
|
||||||
bs_write_se (GstBitWriter * bs, gint32 value);
|
bs_write_se (GstBitWriter * bs, gint32 value);
|
||||||
|
|
||||||
/* Write nal unit, applying emulation prevention bytes */
|
/* Write nal unit, applying emulation prevention bytes */
|
||||||
|
G_GNUC_INTERNAL
|
||||||
gboolean
|
gboolean
|
||||||
gst_vaapi_utils_h26x_write_nal_unit (GstBitWriter * bs, guint8 * nal, guint nal_size);
|
gst_vaapi_utils_h26x_write_nal_unit (GstBitWriter * bs, guint8 * nal, guint nal_size);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue