From fa153221c3d99ccef8816e9943d8a36113e401c0 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 3 Mar 2002 00:53:24 +0000 Subject: 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 --- ext/tarkin/gsttarkinenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tarkin') diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c index 8042430a..dba284f4 100644 --- a/ext/tarkin/gsttarkinenc.c +++ b/ext/tarkin/gsttarkinenc.c @@ -125,7 +125,7 @@ gst_tarkinenc_sinkconnect (GstPad *pad, GstCaps *caps) if (!GST_CAPS_IS_FIXED (caps)) return GST_PAD_CONNECT_DELAYED; - gst_caps_debug (caps); + gst_caps_debug (caps, "caps to be set on tarkin sink pad"); tarkinenc->layer[0].bitstream_len = tarkinenc->bitrate; tarkinenc->layer[0].a_moments = tarkinenc->a_moments; -- cgit v1.2.1