theoraenc: Print a debug message with supported formats

This commit is contained in:
Sebastian Dröge 2009-09-09 16:44:24 +02:00
parent d9c9852764
commit 2aa0899a84

View file

@ -441,6 +441,7 @@ theora_enc_sink_getcaps (GstPad * pad)
supported_formats);
caps = gst_caps_from_string (caps_string);
g_free (caps_string);
GST_DEBUG ("Supported caps: %" GST_PTR_FORMAT, caps);
return caps;
}