Custom GstMeta data dissapearing when received in a new pipeline
debruyn
debruynels1 at gmail.com
Wed Jun 29 12:18:32 UTC 2016
No see Tim the problem is I am coding in C++, which is a bit more typesafe
than C. Hence the complaint. Got the error when using the GstRTPBuffer
rtpBuffer = GST_RTP_BUFFER_INIT. But when "manually initializing it i got
rid of the problem.
The solution for the GST_RTP_BUFFER_INIT problem =
GstRTPBuffer rtpBuffer = { NULL,0 ,{ NULL, NULL, NULL, NULL },{ 0, 0, 0, 0
}, {
{ NULL, (GstMapFlags)0, NULL, 0, 0,{ 0,
},{ 0, } },
{ NULL, (GstMapFlags)0, NULL, 0, 0,{ 0,
},{ 0, } },
{ NULL, (GstMapFlags)0, NULL, 0, 0,{ 0,
},{ 0, } },
{ NULL, (GstMapFlags)0, NULL, 0, 0,{ 0,
},{ 0, } } } };
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Custom-GstMeta-data-dissapearing-when-received-in-a-new-pipeline-tp4678272p4678305.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list