After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 733741 - docs: document caps parameter of gst_base_src_set_caps
docs: document caps parameter of gst_base_src_set_caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-25 15:03 UTC by Aurélien Zanelli
Modified: 2014-08-15 08:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: caps parameter of gst_base_src_set_caps() is 'tranfer none' (765 bytes, patch)
2014-07-25 15:03 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2014-07-25 15:03:04 UTC
Created attachment 281700 [details] [review]
docs: caps parameter of gst_base_src_set_caps() is 'tranfer none'

While using gst_base_src_set_caps(), status of GstCaps* parameter is unclear in the documentation.
If I'm right it's transfer none so I attached a patch to add this information to documentation.
Comment 1 Tim-Philipp Müller 2014-08-15 08:54:22 UTC
Everything is transfer none unless specifically marked as transfer full, but doesn't hurt to make it explicit I guess:

commit b9fa37f074665c1610749ff2a898fc42f3522c3a
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Fri Jul 25 16:39:40 2014 +0200

    docs: make explicit that the caps passed to gst_base_src_set_caps() are 'tranfer none'
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733741