[usability-lab] Move video -> multqueue piping to its own line



commit be8abfc9c6f54e69f57a0c5feb36446a6e5a91b5
Author: Ray Strode <rstrode redhat com>
Date:   Sun Oct 11 18:49:00 2009 -0400

    Move video -> multqueue piping to its own line
    
    It's a little clearer that way.

 eb1304-to-ogg.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/eb1304-to-ogg.sh b/eb1304-to-ogg.sh
index 8086182..ae5c0ba 100755
--- a/eb1304-to-ogg.sh
+++ b/eb1304-to-ogg.sh
@@ -94,10 +94,9 @@ gst-launch $LAUNCH_ARGS                                                        \
              filesrc name=upper_left_video_and_audio                           \
                      location=$INPUT_VIDEO_1_AND_AUDIO                         \
                    ! avidemux name=avi_extractor                               \
-                     avi_extractor.video_00                                    \
                    ! multiqueue name=streams                                   \
-                     streams.sink0                                             \
                                                                                \
+             avi_extractor.video_00 ! streams.sink0                            \
              avi_extractor.audio_00 ! streams.sink1                            \
                                                                                \
              streams.src1                                                      \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]