[gst-devel] linking two sinesrc to an adder, bug in adder/gst-lauch or anywhere else?

Stefan Kost kost at imn.htwk-leipzig.de
Sat Feb 21 02:37:09 CET 2004


hi,

something to cack over the weekend. What I am trying to do is to link two
sinesrce into one adder and route this to an audio sink.

I'vetried these ones with gtk-debug="*:3"

gst-launch-0.7 sinesrc freq=1000 ! adder0.sink%d ! audioconvert ! esdsink
sinesrc freq=500 ! adder0.sink1
=>GST_ELEMENT_PADS(19082) gstelement.c(1254):gst_element_get_static_pad: NULL no
such pad 'sink1' in element "adder0"


gst-launch-0.7 sinesrc freq=1000 ! adder0.sink%d ! audioconvert ! esdsink
sinesrc freq=500 ! adder0.sink%d
=>GST_ELEMENT_PADS(19083) gstelement.c(1254):gst_element_get_static_pad: NULL no
such pad 'sink%d' in element "adder0"

gst-launch-0.7 sinesrc freq=1000 ! adder0.sink%d ! audioconvert ! esdsink
sinesrc freq=500 ! adder0.sink
=> GST_ELEMENT_PADS(19085) gstelement.c(1254):gst_element_get_static_pad: NULL
no such pad 'sink' in element "adder0"

and so on.
The manpage fro gst-lauch is not very helpful about dynamic pad names.
Hope anyone can help me with this.

Ciao
  Stefan

Btw.: doing the above in gst-editor works kind of. I can link the elements, but
when set the pipeline to playin, its just quiet.

Ciao
  Stefan
-- 
      \|/            Stefan Kost
     <@ @>           private            business
+-oOO-(_)-OOo------------------------------------------------------ - - -  -   -
|       __  Address  Simildenstr. 5     HTWK Leipzig, Fb IMN, Postfach 301166
|      ///           04277 Leipzig      04251 Leipzig
| __  ///            Germany            Germany
| \\\///    Phone    +49341 2253538     +49341 30766101
|  \__/     EMail    st_kost_at_gmx.net kost_at_imn.htwk-leipzig.de
|           WWW      www.sonicpulse.de  www.imn.htwk-leipzig.de/~kost/about.html
===-=-=--=---=---------------------------------- - - -  -    -
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kost.vcf
Type: text/x-vcard
Size: 345 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20040221/c76a2de4/attachment.vcf>


More information about the gstreamer-devel mailing list