[gst-devel] Mixing streams
buz at netbuz.org
buz at netbuz.org
Tue Jun 5 01:55:10 CEST 2007
For gstreamer-0.8 there was gst-inspect-gui, but I don't think it's
ported to gstreamer-0.10. Maybe you want to try something like:
for i in `gst-inspect |awk -F : '{print $2}'`; do gst-inspect $i; done|less
so long
:wq buz
On Mon, Jun 04, 2007 at 04:41:43PM -0700, Steve Fink wrote:
> On 6/4/07, buz at netbuz.org <buz at netbuz.org> wrote:
>> You're looking for 'adder', which is in gst-plugins-base
>>
>> Long name: Adder
>> Class: Generic/Audio
>> Description: Add N audio channels together
>
> Excellent! Thank you!
>
> Hm. What's a better way to search for plugins? I tend to start with
> gst-inspect, and just read through the descriptions. But my eyes
> skipped over the line:
>
> adder: adder: Adder
>
> If it had said, perhaps:
>
> adder: adder: Add N audio channels together
>
> then I would have found it already. Is there a flag to get a more
> verbose output?
>
> Now I'm looking for an equalizer, which I don't seem to have -- but
> http://gstreamer.freedesktop.org/documentation/plugins.html shows one
> via the ladspa plugin, which it looks like failed to compile for me.
> So perhaps that is the best page to use for this purpose.
More information about the gstreamer-devel
mailing list