porting: update porting-to-0.11

Update gst_pad_get_caps -> gst_pad_query_caps change
This commit is contained in:
Thiago Santos 2011-12-24 14:59:16 -03:00
parent 5125437606
commit e5e4fbeb03

View file

@ -72,7 +72,8 @@ The 0.11 porting guide
push the tag event.
* GstPad:
gst_pad_get_caps() does not return writable caps anymore and an explicit
gst_pad_get_caps() was replaced by gst_pad_query_caps(), it
does not return writable caps anymore and an explicit
gst_caps_make_writable() needs to be performed. This was the functionality
of gst_pad_get_caps_reffed(), which is removed now.