gst_event_new_eos gives NO GST_MESSAGE_EOS but instead warnings not and packet 13548 too late as #46078 was already popped

marc lievens mark.lievens at gmail.com
Fri Apr 3 07:51:25 PDT 2015


Hi,

The eos is monitored in callbback specified by gst_bus_add_watch(bus,
_on_bus_messages, &user_data)  and the Eos should be  detected
by GST_MESSAGE_EOS. But the event was never seen.

But see the remark mentioned by Tim Muller which works fine. ( thanks for
the tip Tim)

2015-04-03 9:58 GMT+02:00 Sérgio Agostinho <sergio.r.agostinho at gmail.com>:

> How exactly are you monitoring the arrival of the EOS?
>
> Cheers
>
> 2015-04-02 11:16 GMT+02:00 marc lievens <mark.lievens at gmail.com>:
>
>> Hi,
>>
>>
>>
>> With the used pipeline ( gstreamer V1.4.5) the video is saved to file and
>> the onvif data is seen.
>>
>>
>>
>> rtspsrc location=rtspUrl name=rtspsrc rtspsrc.
>>
>> ! queue name=videoqueue ! rtph264depay! h264parse! matroskamux ! filesink
>> rtspsrc.
>>
>> ! queue name=onvifqueue ! application/x-rtp, media=application ! fakesink
>>
>>
>>
>> But when I send a eos  as (bool reply true)
>>
>>
>>
>> gst_element_send_event(matroskamux, gst_event_new_eos());
>>
>>
>>
>> or as
>>
>>
>>
>> pad = gst_element_get_static_pad(matroskamux, "video_0");
>>
>> gst_pad_send_event(pad, gst_event_new_eos());
>>
>>
>>
>> , then the GST_MESSAGE_EOS is never arrived and after a while the next
>> warning are  continues logged.
>>
>>
>>
>> warning
>> rtpjitterbuffer.c2351:gst_rtp_jitterbuffer_chain:<rtpjitterbuffer0> packet
>> 13548 too late as #46078 was already popped, dropping 7632
>>
>>
>>
>> When I use only the Video channel then everything seems to work fine. The
>> eos is send and processed on GST_MESSAGE_EOS
>>
>>
>>
>> Please any idea is welkom, I'm a little but stuck on this one
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150403/aca9e7a5/attachment.html>


More information about the gstreamer-devel mailing list