[gstreamer-bugs] [Bug 519460] Missed 16byte in AVI header

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 4 03:19:44 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=519460

  GStreamer | gst-plugins-base | Ver: 0.10.x




------- Comment #13 from Tim-Philipp Müller  2008-03-04 11:19 UTC -------
> This bug caused by following lines in gst_avi_mux_stop_file:gstavimux.c,
> 
>  event = gst_event_new_new_segment (FALSE, 1.0, GST_FORMAT_BYTES,
>       avimux->total_data, GST_CLOCK_TIME_NONE, avimux->total_data);
> ->  gst_pad_push_event (avimux->srcpad, event);
> 
> why push a total_data event after push avi header event? 

This should make the downstream filesink seek to the specified start position.
I haven't looked at the code in question, but I'd guess this is done before
sending the buffer with the index.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=519460.




More information about the Gstreamer-bugs mailing list