[gst-devel] new plugin: fakefilter
Jérémy Simon
jesimon at libertysurf.fr
Tue Oct 19 04:27:10 CEST 2004
Hello,
> I've created a new Gstreamer plugin that I call fakefilter. Right now it
> just passes all data through it unmodified, but it emits signals inside
> the chain and change state callbacks.
>
> My purpose for developing this plugin is that I need a way to get access
> to data at certain points during a pipeline. My application is so
> specialized that developing custom plugins doesn't make sense because it
> wouldn't be something any other application would use. So I created this
> "pure-virtual" plugin that allows me to implement a plugin at an
> application level.
Not sure it's what you need but did you take a look to GstProbe ? You
can get buffers from pad.
I hope it helps
--
Jeremy
More information about the gstreamer-devel
mailing list