mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
theoraenc: Print a debug message with supported formats
This commit is contained in:
parent
d9c9852764
commit
2aa0899a84
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue