<div dir="ltr">From what I can see from the videocrop src it is inheriting from GstVideoFilter and none of the metadata functions are being overridden. So I would suspect that you are not handling the metadata transformation correctly. If you are not aware, the metadata API provides three functions for handling metadata: Two for construction and destruction and one for handling metadata transformation. If the transformation function is not implemented then the metadata is dropped for a transform_frame call.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 20, 2015 at 11:47 AM, Deven <span dir="ltr"><<a href="mailto:deven.joseph@arcure.net" target="_blank">deven.joseph@arcure.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
thank you for your answer.<br>
Unfortunately, the metadata are connected with images and are different for<br>
each image...<br>
<br>
So, did you think that it a normal beahaviour of videocrop to free metadata<br>
of myfirstelement without transforming it or is there something to do in<br>
order to "tell" to videocrop that we have to keep metadata ?<br>
<br>
/<br>
<span class="">filesrc location="some path to an avi file" ! avidemux ! myfirstelement !<br>
videocrop right=-1 bottom=-1 ! capssetter<br>
caps="video/x-raw,width=828,height=544" ! mysecondelement ! videoconvert !<br>
</span>autovideosink /<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Passing-my-own-metadata-tp4672595p4672745.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Passing-my-own-metadata-tp4672595p4672745.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>