mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
cleanups
Original commit message from CVS: cleanups
This commit is contained in:
parent
1fa83fa256
commit
694b7ee912
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ gst_caps_debug (GstCaps *caps, const gchar *label)
|
|||
{
|
||||
GST_DEBUG_ENTER ("caps debug: %s", label);
|
||||
while (caps) {
|
||||
GST_DEBUG (GST_CAT_CAPS, "caps: %p %s %s", caps, caps->name, gst_caps_get_mime (caps));
|
||||
GST_DEBUG (GST_CAT_CAPS, "caps: %p %s %s (%sfixed)", caps, caps->name, gst_caps_get_mime (caps),
|
||||
caps->fixed ? "" : "NOT ");
|
||||
|
||||
if (caps->properties) {
|
||||
gst_props_debug (caps->properties);
|
||||
|
|
Loading…
Reference in a new issue