Original commit message from CVS:
* gst-libs/gst/video/video.c: Revert ABI change.
+2008-07-15 David Schleef <ds@schleef.org>
+
+ * gst-libs/gst/video/video.c: Revert ABI change.
+
2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
GstStructure *structure;
gboolean ok = TRUE;
- /* caps must hold exactly 1 structure to be unambiguous,
- * but need not be fixed to determine format */
- if (gst_caps_get_size (caps) != 1)
+ if (!gst_caps_is_fixed (caps))
return FALSE;
structure = gst_caps_get_structure (caps, 0);