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 772228 - tagschecking: Unit test fails because it sends untimestamped buffers to qtdemux
tagschecking: Unit test fails because it sends untimestamped buffers to qtdemux
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 1.9.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-30 07:26 UTC by Sebastian Dröge (slomo)
Modified: 2016-09-30 08:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: Fix tagschecking failure due to missing PTS (1.11 KB, patch)
2016-09-30 07:55 UTC, Arun Raghavan
committed Details | Review

Description Sebastian Dröge (slomo) 2016-09-30 07:26:20 UTC
This is caused by bug #772143, where buffers without PTS are now rejected as they should.
Comment 1 Arun Raghavan 2016-09-30 07:55:18 UTC
Created attachment 336613 [details] [review]
tests: Fix tagschecking failure due to missing PTS

qtmux now needs the PTS (commit a993883b7), so let's make sure we
produce one with our buffers.