GNOME Bugzilla – Bug 696435
gst_static_caps_get(GST_STATIC_CAPS_NONE) doesn't work properly
Last modified: 2013-04-15 06:21:09 UTC
GST_STATIC_CAPS_NONE is "NONE", but gst_static_caps_get expects it to be "EMPTY" (because _gst_caps_none is "EMPTY"
commit 7b00fd3701cd15825a2e948e36b085e981139a8b Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Mar 25 09:16:05 2013 +0100 caps: Add unit test for GST_CAPS_{ANY,NONE} and GST_STATIC_CAPS_{ANY,NONE} https://bugzilla.gnome.org/show_bug.cgi?id=696435 commit 7decc9bef7af0535981be35c26be803d7bd757ba Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Mar 25 09:19:24 2013 +0100 caps: Fix gst_static_caps_get(GST_STATIC_CAPS_NONE) https://bugzilla.gnome.org/show_bug.cgi?id=696435