[gstreamer-bugs] [Bug 582569] New: GstBaseDecode class

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 13 23:14:49 PDT 2009


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

  GStreamer | gstreamer (core) | Ver: git
           Summary: GstBaseDecode class
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: itoral at igalia.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I've been working on a GstBaseDecode class which purpose would be to refactor
common code for decoder plugins. It is not specialized for video or audio, so
maybe GstBaseAudioDecode and GstBaseVideoDecode could also be created
inheriting from this.

I do not have any experience writing decoder plugins (and very little
experience writing gstreamer plugins in general), so this was more like an
experiment to get into the details of how decoder plugins work. I analized the
decoder plugins for  ac3, mpeg2 and mad from -ugly, identified common bits and
tried to put them together in this class. Probably there are tons of other
things that an experienced decoder developer could add on top of what I did.
Also, there might be some design issues with my proposal.

Of course, this is very preliminary code, it needs polishing here and there,
etc, but I thought it might be a good starting place to get feedback or to let
some other more expererinced developer take it from here.

I'll attach the implementation soon.


-- 
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=582569.




More information about the Gstreamer-bugs mailing list