After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 526042 - [identity] check-imperfect-timestamp doesn't handle new segments
[identity] check-imperfect-timestamp doesn't handle new segments
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-03 19:55 UTC by Sebastian Dröge (slomo)
Modified: 2008-04-09 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2008-04-03 19:55:45 UTC
Hi,
identity's check-imperfect-timestamp/offset feature doesn't handle new segments properly. When it gets some buffers and then a new segment starting from 0 again and a buffer with timestamp/offset 0 it will complain although this is perfectly timestamped.
Comment 1 Sebastian Dröge (slomo) 2008-04-09 08:19:15 UTC
2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>

	* plugins/elements/gstidentity.c: (gst_identity_event),
	(gst_identity_start):
	Fix imperfect timestamp/offset checks when we get another NEWSEGMENT
	event after processing some data. Fixes bug #526042.