Forgot .h file..
authorWim Taymans <wim.taymans@gmail.com>
Mon, 23 Dec 2002 00:30:08 +0000 (00:30 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 23 Dec 2002 00:30:08 +0000 (00:30 +0000)
Original commit message from CVS:
Forgot .h file..

gst/gstformat.h

index 429862f..9bf8b10 100644 (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);