mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
Forgot .h file..
Original commit message from CVS: Forgot .h file..
This commit is contained in:
parent
0f930b062b
commit
4bbde846e3
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ GstFormat gst_format_register (const gchar *nick,
|
||||||
const gchar *description);
|
const gchar *description);
|
||||||
GstFormat gst_format_get_by_nick (const gchar *nick);
|
GstFormat gst_format_get_by_nick (const gchar *nick);
|
||||||
|
|
||||||
|
/* check if a format is in an array of formats */
|
||||||
|
gboolean gst_formats_contains (const GstFormat *formats, GstFormat format);
|
||||||
|
|
||||||
/* query for format details */
|
/* query for format details */
|
||||||
const GstFormatDefinition*
|
const GstFormatDefinition*
|
||||||
gst_format_get_details (GstFormat format);
|
gst_format_get_details (GstFormat format);
|
||||||
|
|
Loading…
Reference in a new issue