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 309218 - adder element does not supply duration values to data it pushes
adder element does not supply duration values to data it pushes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.10
Other Linux
: Normal normal
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 315457
 
 
Reported: 2005-06-30 17:58 UTC by Akos Maroy
Modified: 2005-09-07 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch solving the issue (1.08 KB, patch)
2005-06-30 18:00 UTC, Akos Maroy
none Details | Review

Description Akos Maroy 2005-06-30 17:58:18 UTC
the adder element leaves the duration property of all data buffers it pushes
forward as -1, instead of filling it out with a proper value.

this makes it impossible to track the duration of audio that's coming out of the
adder.
Comment 1 Akos Maroy 2005-06-30 18:00:25 UTC
Created attachment 48463 [details] [review]
a patch solving the issue
Comment 2 Ronald Bultje 2005-07-01 17:34:13 UTC
Applied, thanks.