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 579130 - app: expose trivial type macros
app: expose trivial type macros
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-16 09:08 UTC by Wim Taymans
Modified: 2009-04-16 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a simple patch to add the macros (1011 bytes, patch)
2009-04-16 09:10 UTC, Wim Taymans
committed Details | Review

Description Wim Taymans 2009-04-16 09:08:09 UTC
Add some trivial _CAST macros for appsrc/appsink.
Comment 1 Wim Taymans 2009-04-16 09:10:06 UTC
Created attachment 132745 [details] [review]
a simple patch to add the macros
Comment 2 Tim-Philipp Müller 2009-04-16 09:37:16 UTC
Might be nice to at least put a comment next to the new macros that they've only been added in 0.10.23.
Comment 3 Wim Taymans 2009-04-16 10:15:29 UTC
commit f83f57b6486dca3582c9754b1d31dbc1dfb3d4b1
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Apr 16 12:12:44 2009 +0200

    app: add trivial cast macros
    
    Add trivial cast macros for appsrc and appsink. Mark them as being since 0.10.23
    and add the macros to the standard macros in the docs.
    
    Fixes #579130