mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
porting-to-0.11.txt: some minor fixes
This commit is contained in:
parent
dad67b7af0
commit
6c1294f54a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue