Ignore unwanted data in pipeline

sudarshan bisht bisht.sudarshan at gmail.com
Fri Jul 15 14:52:48 PDT 2011


Hi,

I guess this is quite expected behavior but to overcome from this, you can
write a simple plugin, this would check the data, if it does not find
 something specific to G711 or H263  then return (check GstFlowReturn for
appropriate type) from the chain function without pushing any data to next
element.

In receiver pipeline you can place this plugin right after udpsrc.




On Fri, Jul 15, 2011 at 9:27 PM, Umakant Goyal <umakantgoyal1 at gmail.com>wrote:

> Please Any help regarding my query??
>
>
> On Tue, Jul 12, 2011 at 6:34 PM, Umakant Goyal <umakantgoyal1 at gmail.com>wrote:
>
>> Hi All,
>>
>> I am creating a pipeline that is receiving the audio/video RTP data from
>> network and saving it into file. My pipeline is receiving only G711 and H263
>> RTP data. Most of the time my pipeline is working fine except one case.
>> Whenever there is RTP data other than G711 and H263 my pipeline throws error
>> (Internal data Flow Error).
>>
>> Can some one explain how can i ignore the RTP data in pipeline other than
>> what i wanted?
>>
>> Below is the image of my pipeline.
>> filesink <--> muxer <--> rtp depayload <--> gstrtpbin <--> udpsrc
>>
>> Thanks,
>> UK
>>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>


-- 
Regards,

Sudarshan Bisht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110716/dd5b75f2/attachment.htm>


More information about the gstreamer-devel mailing list