<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head><body style="">
<div>
extract the gst-plugins-bad sourcecode (from http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.4.5.tar.xz), go to the tools subdirectory, and execute
</div>
<div>
</div>
<div>
gst-element-maker MySink basesink (you may also specify videosink or audiosink)
</div>
<div>
</div>
<div>
you will get a code skeleton for your sink, from where you can start.
</div>
<div>
</div>
<div>
HTH, Chris
</div>
<div>
<br />> Totoketchup <anthony.damato@hotmail.fr> hat am 12. Mai 2015 um 15:50 geschrieben:
<br />>
<br />>
<br />> Hi guys,
<br />>
<br />> I am trying to create a plugin for gstreamer, and exactly a new sink. I did
<br />> succeed to create a simple Element with GstElement with this website
<br />> <http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/part-building.html>
<br />> ). Do you know how to create a sink ?
<br />>
<br />> Thanks,
<br />> Anthony D'Amato
<br />>
<br />>
<br />>
<br />> --
<br />> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-can-I-build-a-GstBaseSink-tp4671855.html
<br />> Sent from the GStreamer-devel mailing list archive at Nabble.com.
<br />> _______________________________________________
<br />> gstreamer-devel mailing list
<br />> gstreamer-devel@lists.freedesktop.org
<br />> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
</div>
</body></html>