From c513285edad51925ae9133ce0d1398e1c5719d2d Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 20 Jun 2009 06:38:41 -0700 Subject: Make note about additional way to accomplish gst pipeline --- TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 7006534..4489ade 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,6 @@ gst-launch adder name=mix ! pulsesink { filesrc location=05.mp3 ! decodebin ! mi What I'm doing in this GStreamer pipeline: gst-launch adder name=mix ! vorbisenc ! oggmux ! filesink location=blah { pulsesrc ! mix. } { pulsesrc ! mix. } + +SAME AS: +gst-launch pulsesrc ! adder name=mix pulsesrc ! mix. ! vorbisenc ! oggmux ! filesink location=blah -- cgit