porting-to-0.11.txt: some minor fixes

This commit is contained in:
Tim-Philipp Müller 2012-09-10 20:30:32 +01:00
parent dad67b7af0
commit 6c1294f54a

View file

@ -136,7 +136,7 @@ The 0.11 porting guide
The request-link signal was removed. It was never used.
gst_pad_get_negotiated_caps() -> get_pad_get_current_caps()
gst_pad_get_negotiated_caps() -> gst_pad_get_current_caps()
GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
@ -513,6 +513,8 @@ The 0.11 porting guide
gst_tag_list_get_buffer() => gst_tag_list_get_sample()
gst_is_tag_list() => GST_IS_TAG_LIST ()
* GstController:
has now been merged into GstObject. It does not exists as a individual
object anymore. In addition core contains a GstControlSource base class and