GST_MESSAGE_ELEMENT
Vinod Kesti
vinodkesti at yahoo.com
Tue Jul 3 08:50:07 UTC 2018
Shubham,
Your understanding about GstStructure is wrong. GstStructure is not data
data structure but is a GObject.
A GstStructure is a collection of key/value pairs. The keys are expressed as
GQuarks and the values can be of any GType.
Use gst_structure_get_string, gst_structure_get_int,
gst_structure_get_double and etc for respective data type.
Refer for more information
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html
<https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstStructure.html>
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list