Passing my own metadata

Justin J. Kim justin.joy.9to5 at gmail.com
Mon Jul 20 02:35:13 PDT 2015


If the meatdata is independent information and it’s rarely changed,
how about considering custom upstream query between two elements?



> 2015. 7. 20., 오후 5:47, Deven <deven.joseph at arcure.net> 작성:
> 
> 
> Hello, 
> 
> I had a similar problem and I didn't find solution yet :
> here's is my GStreamer pipeline :
> gst-launch-1.0 filesrc location="some path to an avi file" ! avidemux !
> myfirstelement !  videocrop right=-1 bottom=-1 ! capssetter
> caps="video/x-raw,width=828,height=544" ! mysecondelement ! videoconvert !
> autovideosink
> 
> 
> "myfirstelement" adds some metadata and "mysecondelement" uses it but when I
> use videocrop (videocrop right=-1 bottom=-1), the metadata are freed  before
> using it. The transform callback is not called... 
> 
> With videocrop without argument (without "right=-1 ans bottom=-1), there is
> no problem.
> 
> Haye you got any idea about this problem or a solution to solve it ?
> Thank you in advance for your answer. 
> 
> 
> 
> 
> 
> 
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Passing-my-own-metadata-tp4672595p4672740.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list