[gstreamer-bugs] [Bug 342526] [avimux] dml index support, codec_data support, cleanups

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 22 06:59:11 PDT 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=342526
 GStreamer | gst-plugins-good | Ver: 0.10.3


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65968|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|[PATCH] avimux enhancements |[avimux] dml index support,
                   |                            |codec_data support, cleanups
   Target Milestone|HEAD                        |0.10.4




------- Comment #2 from Tim-Philipp Müller  2006-05-22 13:59 UTC -------
Thanks, committed:

  2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Mark Nauwelaerts  <manauw at skynet be>

        * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
        (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
        (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
        (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
        (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
        (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
        (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
        (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
        (gst_avi_mux_change_state):
        * gst/avi/gstavimux.h:
          Some enhancements for avimux (#342526):
           - add odml (large file) index support
           - store codec init data (e.g. huffyuv)
           - miscellaneous other fixes/cleanups


Minor modifications made:
 - used gst_value_get_buffer() instead of g_value_peek_pointer()
 - i--;;  =>  i--;
 - used memcmp() rather than strncmp() to compare unsigned chars,
   otherwise gcc4 will throw warnings
 - added some casts to gst_avi_mux_write_avix_index() calls for
   the same reason.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list