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 792928 - GstMessage: add gst_message_writable_structure
GstMessage: add gst_message_writable_structure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-26 11:52 UTC by fengalin
Modified: 2018-01-26 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch: add gst_message_writable_structure (3.89 KB, patch)
2018-01-26 11:52 UTC, fengalin
committed Details | Review

Description fengalin 2018-01-26 11:52:50 UTC
Created attachment 367473 [details] [review]
Patch: add gst_message_writable_structure

Add gst_message_writable_structure to be able to add extra fields to messages (and be on par with GstEvent).
Comment 1 Sebastian Dröge (slomo) 2018-01-26 14:10:07 UTC
commit 46b1a6e50513ff5738245715038ea90fd6988b3a (HEAD -> master)
Author: François Laignel <fengalin@free.fr>
Date:   Fri Jan 26 12:42:28 2018 +0100

    message: Add gst_message_writable_structure()
    
    Add gst_message_writable_structure() to be able to add extra fields to
    messages (and be on par with GstEvent).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792928