Hi All<br>supose i have this pipeline<br><br>gst-launch mydemux&nbsp; location = &lt;my3gp file &gt; demux.video_src ! video_dec ! xvimagesink demux.audio_src ! audio_dec ! alsasink<br><br>where mydemux acts as a source as well and has sometime pads (for audio and video src)
<br><br>now if the audio part of data is corrupt (or video ) then the other pipeline whould play properly right ??<br>but in this case it simply hangs .. <br><br>i tried checkin using gdb .. <br>the problem is that while doing a pad push of proper pipeline .. even that fails .. (GST_FLOW_ERROR)
<br>but i have checked for sure that linking has been done properly for video<br>and for audio since the data is corrupt the linking has filed and i am not starting the audio push ..<br><br>I know this is very vague .. but still can anyone point out ne mistake in the idea in general ??
<br><br>Or is there something in gstreamer where in we cannot play the complete pipeline even if one component is improper ???<br>(but in that case .. how and where shld i give the error ?? and Y does the pad push of proper pipeline fails ???)
<br><br><br>Ne one ???<br>