[gst-devel] GstBaseParse - segment
Julien Isorce
julien.isorce at gmail.com
Wed Aug 4 11:37:47 CEST 2010
Hi
In line 1080 of gstbaseparse.c from
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/audioparsers/gstbaseparse.c
:
parse->pending_segment = gst_event_new_new_segment (FALSE, parse->segment.rate,
parse->segment.format, last_start, -1, last_start);
I think the 'update' parameter 'of gst_event_new_new_segment' should
be TRUE because we are in the case where there was an existing
pending_segment.
If I'm wrong, could someone explain me ?
Regards
Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100804/7b8cb151/attachment.htm>
More information about the gstreamer-devel
mailing list