gst/gstpad.c: When we use gst_pad_alloc_buffer() without wanting to set the caps...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 20 Oct 2008 13:32:07 +0000 (13:32 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 20 Oct 2008 13:32:07 +0000 (13:32 +0000)
commitb340b510ce3251ae2c789d7e283454f1cf10ae84
treec6d6456297d90397aa298a62281f4748f5ce2988
parentb8609a7a7694be3d32a21c97cb91bb28900e8821
gst/gstpad.c: When we use gst_pad_alloc_buffer() without wanting to set the caps we also don't need to check if the c...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_configure_src):
When we use gst_pad_alloc_buffer() without wanting to set the caps we
also don't need to check if the caps are compatible because the caller
presumably is going to perform its own custom checks. Fixes some cases
where basetransform elements would error out when it was not needed.
ChangeLog
gst/gstpad.c