<div dir="ltr"><style type="text/css">P { margin-bottom: 0.08in; }</style>


<p style="margin-bottom: 0in">Hi,</p><p style="margin-bottom: 0in"><br></p><p style="margin-bottom: 0in">I was trying gstreamer with various plugin/elements and could not understand few basic terms.</p><p style="margin-bottom: 0in">


        
        
        
        <style type="text/css">P { margin-bottom: 0.08in; }</style>


</p><p style="margin-bottom: 0in">1. When to use sync=false, sync=true, sync=1 with sink elements?<br></p>
<p style="margin-bottom: 0in">
</p>
<p style="margin-bottom: 0in">2. When to use autovideosink?</p>
<p style="margin-bottom: 0in">3. Which is the demuxer to be used with
decklinksrc?</p>
<p style="margin-bottom: 0in">4. What is ffmpegcolorspace element?</p>
<p style="margin-bottom: 0in">5. For below pipeline gst-launch errors out saying :
WARNING: erroneous pipeline: could not link queue0 to audioconvert0
</p><p style="margin-bottom: 0in">gst-launch \
</p>
<p style="margin-bottom: 0in">  decklinksrc mode=18
connection=composite name=demux \
</p>
<p style="margin-bottom: 0in">  demux. ! queue ! audioconvert !
audiorate  ! vorbisenc ! mux. \
</p>
<p style="margin-bottom: 0in">  demux. ! queue ! ffmpegcolorspace !
'video/x-raw-yuv' ! vp8enc speed=7  ! mux. \
</p>
<p style="margin-bottom: 0in">  webmmux name=mux ! filesink
location=s.webm 
</p><p style="margin-bottom: 0in"><br></p><p style="margin-bottom: 0in">but below command works:<br></p>
<p style="margin-bottom: 0in">gst-launch \
</p>
<p style="margin-bottom: 0in">  decklinksrc mode=18
connection=composite name=demux \
</p>
<p style="margin-bottom: 0in">  demux. ! queue ! ffmpegcolorspace !
'video/x-raw-yuv' ! vp8enc speed=7  ! mux. \
</p>
<p style="margin-bottom: 0in">  demux. ! queue ! audioconvert !
audiorate ! vorbisenc ! mux. \
</p>
<p style="margin-bottom: 0in">  webmmux name=mux ! filesink
location=newfile.webm 
</p>
<p style="margin-bottom: 0in">
</p><br><p style="margin-bottom: 0in">I have just swapped video/audio
components.. <br></p><p style="margin-bottom: 0in"><br></p><p style="margin-bottom: 0in">Thanks,</p><p style="margin-bottom: 0in">Sneha<br></p></div>