summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-03 00:53:24 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-03 00:53:24 +0000
commitfa153221c3d99ccef8816e9943d8a36113e401c0 (patch)
tree6be396bdc4242b5aa5b53ed53006e9e469232b2b
parentd6a9eb97596343b614d68ff96157d4a5a30b2bcd (diff)
downloadgstreamer-plugins-bad-fa153221c3d99ccef8816e9943d8a36113e401c0.tar.gz
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
m---------common0
-rw-r--r--ext/tarkin/gsttarkinenc.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
-Subproject 7b9a18016ec2fe74c23382856a0f480da259f97
+Subproject 2adced54d821c7870fd4d9e5e19482418a64c93
diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c
index 8042430a5..dba284f4e 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;