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 739518 - gst-inspect: add G_PARAM_DEPRECATED to known flags
gst-inspect: add G_PARAM_DEPRECATED to known flags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-01 21:33 UTC by Aurélien Zanelli
Modified: 2014-11-02 12:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-inspect: add G_PARAM_DEPRECATED to known flags (1.64 KB, patch)
2014-11-01 21:34 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2014-11-01 21:33:16 UTC
Setting G_PARAM_DEPRECATED in elements properties currently display the flag value in gst-inspect.

I propose to add this flag to the known list.
Comment 1 Aurélien Zanelli 2014-11-01 21:34:28 UTC
Created attachment 289813 [details] [review]
gst-inspect: add G_PARAM_DEPRECATED to known flags
Comment 2 Tim-Philipp Müller 2014-11-02 12:55:38 UTC
Thanks, pushed:

commit c2390c8943efd0d5e59d392355b86896db329c2a
Author: Aurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Date:   Sat Nov 1 22:30:30 2014 +0100

    gst-inspect: add G_PARAM_DEPRECATED to known flags
    
    Display 'deprecated' instead of flag value when using G_PARAM_DEPRECATED
    in element properties.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=739518