theoraenc: Print a debug message with supported formats
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 9 Sep 2009 14:44:24 +0000 (16:44 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 9 Sep 2009 14:45:55 +0000 (16:45 +0200)
ext/theora/theoraenc.c

index 8f9b7b55e9a2e98e7691ad3da3e4727b13aa710a..dc1865ca207948d49a3dd0427aa7da1862beb3e8 100644 (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;
 }