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 165335 - [PATCH] GstAudioScale outgoing buffers don't have duration set
[PATCH] GstAudioScale outgoing buffers don't have duration set
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-26 19:55 UTC by Edward Hervey
Modified: 2005-01-28 21:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that sets duration on outgoing buffers (962 bytes, patch)
2005-01-26 19:57 UTC, Edward Hervey
none Details | Review

Description Edward Hervey 2005-01-26 19:55:12 UTC
GstAudioScale doesn't set the GST_BUFFER_DURATION () on outgoing buffers.
Comment 1 Edward Hervey 2005-01-26 19:57:47 UTC
Created attachment 36564 [details] [review]
Patch that sets duration on outgoing buffers

This patch sets the duration of outgoing buffers to the same duration as the
incoming buffer.
Comment 2 Ronald Bultje 2005-01-27 10:14:22 UTC
Applied too. Maybe we should use _buffer_stamp() here, but also maybe there's a
reason he (Dave) didn't use it... Have to ask.
Comment 3 David Schleef 2005-01-28 21:05:17 UTC
The duration of outgoing buffers is not the same as incoming.