[gstreamer-bugs] [Bug 382277] New: multipartmux modifies buffer timestamp
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Dec 4 07:05:58 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=382277
GStreamer | gst-plugins-good | Ver: HEAD CVS
Summary: multipartmux modifies buffer timestamp
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: jonas.holmberg at axis.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
gst_multipart_mux_queue_pads() modifies the timestamp of the buffer.
Steps to reproduce:
1. create buffer and set timestamp
2. send a buffer through multipartmux
3. check timestamp in original buffer
Actual results:
The timestamp of the original buffer has been modified.
Expected results:
The timestamp of the original buffer should not have been modified.
Does this happen every time?
Yes
Other information:
Doing gst_buffer_make_metadata_writable() before modifying the timestamp in
gst_multipart_mux_queue_pads() solves the problem, *but* it is not the correct
solution since multipartmux shouldn't modify the timestamp at all.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list