Forgot .h file..

Original commit message from CVS:
Forgot .h file..
This commit is contained in:
Wim Taymans 2002-12-23 00:30:08 +00:00
parent 0f930b062b
commit 4bbde846e3

View file

@ -84,6 +84,9 @@ GstFormat gst_format_register (const gchar *nick,
const gchar *description);
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 */
const GstFormatDefinition*
gst_format_get_details (GstFormat format);