[gstreamer-bugs] [Bug 348973] New plugins: MVE muxer/demuxer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jan 11 03:43:11 PST 2007


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=348973

  GStreamer | gst-plugins-bad | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #69920|none                        |committed
               Flag|                            |
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.5




------- Comment #9 from Tim-Philipp Müller  2007-01-11 11:41 UTC -------
Committed with some minor changes:
 - put all into one single mve plugin instead of having two plugins
 - the finalize function might be called twice, can't free stuff
   there unconditionally (mutex)
 - use GST_ELEMENT_ERROR() more often when returning a FLOW_ERROR
   instead of GST_ERROR_OBJECT (in demuxer at least).
 - initialised some variables to NULL/0 in the encoders/decoders in
   otder to avoid compiler warnings, better double-check these:
     $ grep -e 'best = 0' -e 'best = NULL' -e 'mean = 0' -bad/gst/mve/*c


  2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Jens Granseuer  <jensgr at gmx net>

        * configure.ac:
        * gst/mve/Makefile.am:
        * gst/mve/TODO:
        * gst/mve/gstmve.c:
        * gst/mve/gstmvedemux.c:
        * gst/mve/gstmvedemux.h:
        * gst/mve/gstmvemux.c:
        * gst/mve/gstmvemux.h:
        * gst/mve/mve.h:
        * gst/mve/mveaudiodec.c:
        * gst/mve/mveaudioenc.c:
        * gst/mve/mvevideodec16.c:
        * gst/mve/mvevideodec8.c:
        * gst/mve/mvevideoenc16.c:
        * gst/mve/mvevideoenc8.c:
          Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
          doesn't support seeking yet, but seems to work fine otherwise.
          Closes #348973.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list