gst/gstpad.c: Added simple version of improved caps checking. It was previously assum...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 21 May 2007 12:00:42 +0000 (12:00 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 21 May 2007 12:00:42 +0000 (12:00 +0000)
commitfc32cd9c98152882ccf51f14d873f0841f0375a2
tree342b36da21334526f6d6271c108b64ff4c3814aa
parentcaa1b7d0686339b669a535a54e4b435701a7fcdb
gst/gstpad.c: Added simple version of improved caps checking. It was previously assumed that a setcaps function would...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_get_caps_unlocked),
(gst_pad_acceptcaps_default), (gst_pad_configure_sink),
(gst_pad_configure_src):
Added simple version of improved caps checking. It was previously
assumed that a setcaps function would check the validity of the caps but
people prefer us to check caps against the template automatically.
Fixes #421543.
ChangeLog
gst/gstpad.c