mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
a couple of notes for the 0.11 porting guide
This commit is contained in:
parent
d3f5dd0707
commit
f79d398c61
1 changed files with 7 additions and 0 deletions
|
@ -441,6 +441,13 @@ The 0.11 porting guide
|
||||||
allows bindings to properly use GstIterator and prevents complex
|
allows bindings to properly use GstIterator and prevents complex
|
||||||
return value ownership issues.
|
return value ownership issues.
|
||||||
|
|
||||||
|
* GstNavigationInterface
|
||||||
|
Now part of the video library in gst-plugins-base, and the interfaces library no
|
||||||
|
longer exists.
|
||||||
|
|
||||||
|
* GstMixerInterface / GstTunerInterface
|
||||||
|
Removed - no replacement?
|
||||||
|
|
||||||
* GstURIHandler
|
* GstURIHandler
|
||||||
gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of
|
gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of
|
||||||
the URI string
|
the URI string
|
||||||
|
|
Loading…
Reference in a new issue