[gst-devel] Re: [gst-cvs] gstreamer wtay

Erik Walthinsen omega at cse.ogi.edu
Mon Mar 13 23:22:06 CET 2000


On Mon, 13 Mar 2000, Wim Taymans wrote:

> A non functional avi parser.

You might take a look at the WAV code.  There's a whole bunch of stuff in
there to handle RIFF files, which AFAICT is all AVI files are.  I've
thought of putting the generic RIFF code either in a library or a plugin.
The thing with a plugin is that symbol matching gets hard.  Probably what
we should do is have glib do lazy loading, and plugins that require others
can explicitely request that they be loaded.  Thus a RIFF plugin could be
reused by both AVI and WAV, even though it isn't an actual element.

         Erik Walthinsen <omega at cse.ogi.edu> - Staff Programmer @ OGI
        Quasar project - http://www.cse.ogi.edu/DISC/projects/quasar/
   Video4Linux Two drivers and stuff - http://www.cse.ogi.edu/~omega/v4l2/
        __
       /  \             SEUL: Simple End-User Linux - http://www.seul.org/
      |    | M E G A           Helping Linux become THE choice
      _\  /_                          for the home or office user





More information about the gstreamer-devel mailing list