mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
get up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego in adder improved capsnego in i...
Original commit message from CVS: * get up-to-date with the gst_caps_debug api * improved capsnego in mad * improved capsnego in adder * improved capsnego in intfloat plugins * unbroke capsnego in stereomono plugins * fix cothread stack allocation within the main thread in new cothreads
This commit is contained in:
parent
c5ceb37577
commit
21c21de13a
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ gst_lame_sinkconnect (GstPad *pad, GstCaps *caps)
|
|||
gst_caps_debug (caps);
|
||||
GST_INFO (GST_CAT_CAPS, "dumping caps of own pad %s:%s\n", GST_DEBUG_PAD_NAME (pad));
|
||||
*/
|
||||
gst_caps_debug (gst_pad_get_caps (pad));
|
||||
gst_caps_debug (gst_pad_get_caps (pad), "original caps on sink pad");
|
||||
/* check if the supplied caps of the peer element are compatible with our own use gst_pad_get_caps because if caps aren't set yet we need the template */
|
||||
if (!gst_caps_check_compatibility (caps, gst_pad_get_caps (pad)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue