This pipeline encodes a test audio and video stream and muxes both into an FLV file.
gst-launch-1.0 -v flvmux name=mux ! filesink location=test.flv audiotestsrc samplesperbuffer=44100 num-buffers=10 ! faac ! mux. videotestsrc num-buffers=250 ! video/x-raw,framerate=25/1 ! x264enc ! mux.
I am not able to figure out what mux.
actually does and use of dot in pipeline command during muxing,Can someone please explain or any doc for reference