diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-12-23 00:30:08 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-12-23 00:30:08 +0000 |
commit | 4bbde846e3bccc7a578ff09bc11ed1acb011bdf9 (patch) | |
tree | 46b35642570789491337afec3345e918337a1fb0 | |
parent | 0f930b062bd48e533232b4fc3ac2fb148f285f14 (diff) |
Forgot .h file..
Original commit message from CVS:
Forgot .h file..
-rw-r--r-- | gst/gstformat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstformat.h b/gst/gstformat.h index 429862f76..9bf8b1070 100644 --- a/gst/gstformat.h +++ b/gst/gstformat.h @@ -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); |