mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +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_GNUC_INTERNAL
|
||||
gboolean
|
||||
bs_write_ue (GstBitWriter * bs, guint32 value);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
gboolean
|
||||
bs_write_se (GstBitWriter * bs, gint32 value);
|
||||
|
||||
/* Write nal unit, applying emulation prevention bytes */
|
||||
G_GNUC_INTERNAL
|
||||
gboolean
|
||||
gst_vaapi_utils_h26x_write_nal_unit (GstBitWriter * bs, guint8 * nal, guint nal_size);
|
||||
|
||||
|
|
Loading…
Reference in a new issue