gst-launch-1.0 funnel name=f ! myplugin ! streamiddemux name=d \
v4l2src device=/dev/video1 name=camera1 ! videoconvert ! "video/x-raw,format=I420" ! theoraenc ! oggmux ! f. \
d. ! queue ! filesink location=camera1.ogg \
v4l2src device=/dev/video2 name=camera2 ! videoconvert ! "video/x-raw,format=I420" ! theoraenc ! oggmux ! f. \
d. ! queue ! filesink location=camera2.ogg 

How can I ensure that camera1.ogg is always saving the video came from camera1?


        
        
        
<br/><hr align="left" width="300" />
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>