diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-03 00:53:24 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-03 00:53:24 +0000 |
commit | fa153221c3d99ccef8816e9943d8a36113e401c0 (patch) | |
tree | 6be396bdc4242b5aa5b53ed53006e9e469232b2b /ext | |
parent | d6a9eb97596343b614d68ff96157d4a5a30b2bcd (diff) | |
download | gst-plugins-bad-fa153221c3d99ccef8816e9943d8a36113e401c0.tar.gz gst-plugins-bad-fa153221c3d99ccef8816e9943d8a36113e401c0.tar.bz2 gst-plugins-bad-fa153221c3d99ccef8816e9943d8a36113e401c0.zip |
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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/tarkin/gsttarkinenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |