Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
9fa3f31b
Commit
9fa3f31b
authored
Nov 10, 2011
by
Wim Taymans
Browse files
porting: update doc
parent
37318a8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/random/porting-to-0.11.txt
View file @
9fa3f31b
...
...
@@ -129,6 +129,13 @@ The 0.11 porting guide
GstActivateMode -> GstPadActivateMode, GST_ACTIVATE_* -> GST_PAD_ACTIVATE_*
The GstPadAcceptCapsFunction was removed and replaced with a
GST_QUERY_ACCEPT_CAPS query.
The GstPadFixateCapsFunction was removed. It has no replacement, you can
simply do the fixation in the element or use a vmethod from the base class
if appropriate.
* GstPadTemplate
gst_pad_template_get_caps() returns a new reference of the caps
and the return value needs to be unreffed after usage.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment