summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-09 16:44:24 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-09 16:45:55 +0200
commit2aa0899a84413d1b62a5ba78554309b5eedb6bc7 (patch)
tree6cd439c541d4bd25e972b4d61c3b4c18c1ae7063
parentd9c98527640e007c8ac04696a028555dd7df279c (diff)
theoraenc: Print a debug message with supported formats
-rw-r--r--ext/theora/theoraenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/theora/theoraenc.c b/ext/theora/theoraenc.c
index 8f9b7b55e..dc1865ca2 100644
--- a/ext/theora/theoraenc.c
+++ b/ext/theora/theoraenc.c
@@ -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;
}