<div dir="ltr">I'm learning GStreamer and wondering why the following doesn't work:<div><br></div><div><br></div><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">filesrc location=/some/test.flv caps=video/x-flv ! flvdemux name=d
    d. ! queue ! mux.
    d. ! queue ! mux.
 </span><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">flvmux name=mux </span><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">! filesink location=/some/output.flv</span><br></div><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)"><br></span></div><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)"><br></span></div><div><font color="#22231f" face="Source Sans Pro, Helvetica, sans-serif"><span style="font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">I'm confused because the </span></font><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">flvdemux</span><font color="#22231f" face="Source Sans Pro, Helvetica, sans-serif"><span style="font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)"> creates identical pads (caps-wise) to what the flvmux accepts... yet it  fails saying that it was unable to connect them.</span></font></div><div><font color="#22231f" face="Source Sans Pro, Helvetica, sans-serif"><span style="font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)"><br></span></font></div><div><font color="#22231f" face="Source Sans Pro, Helvetica, sans-serif"><span style="font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">I've tried this as well with no luck:

</span></font><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">filesrc location=/some/test.flv caps=video/x-flv ! flvdemux name=d
    d.audio_00 ! queue ! mux.
    d.video_00 ! queue ! mux.
 </span><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">flvmux name=mux </span><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">! filesink location=/some/output.flv</span><font color="#22231f" face="Source Sans Pro, Helvetica, sans-serif"><span style="font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">
</span></font></div><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)"><br></span></div><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)"><br></span></div><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)">what am i missing here?</span></div><div><span style="color:rgb(34,35,31);font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:15.12px;white-space:pre-wrap;background-color:rgb(247,247,247)"><br></span></div></div>