How to output to standard output?

Asked by LCID Fire

Gstreamer should decode files and output the data to the standard output so it can be further processed by another program. I somehow don't know which sink to add at the end. The following is my command:

gst-launch filesrc location="$(FILE)" ! decodebin ! audioconvert ! audio/x-raw-int,rate=44100,channels=2,width=16,depth=16,endianness=1234,signed=true

But where do I have to direct this to?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gstreamer0.10 Edit question
Assignee:
No assignee Edit question
Solved by:
LCID Fire
Solved:
Last query:
Last reply:
Revision history for this message
LCID Fire (lcid-fire) said :
#1

Ok, it's ! filesink location=/dev/stdout

Revision history for this message
Bhavani Shankar (bhavi) said :
#2

Great and have a good time in your ubuntu hacking.... ;)