gst/gstpad.c: Don't pound the cpu to pieces by checking get_caps when accept_caps...
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 16 Mar 2006 10:18:27 +0000 (10:18 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 16 Mar 2006 10:18:27 +0000 (10:18 +0000)
commitf4987a5399c99e7371022057d7bf007d9258a022
treebf020e15451bb494f417eeb4d975f39c2b6d7100
parent126088c31164870e84f426e1397fa115783e73cf
gst/gstpad.c: Don't pound the cpu to pieces by checking get_caps when accept_caps is called with the same caps as the...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_alloc_buffer_full),
(gst_pad_push):
Don't pound the cpu to pieces by checking get_caps when accept_caps
is called with the same caps as the pad already has.
Use GST_DEBUG_OBJECT when outputting caps change information.
ChangeLog
gst/gstpad.c