[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/rootlinux/ports/gnopt/gstreamer-plugins-good/work/src/gst-plugins-good-0.10.6/gst/avi/
 
Current bandwidth utilization 1290.92 Mbit/s
Bandwidth utilization bar
Contents of README:
The avi decoder plugins
-----------------------

The avi decoder consists of a set of gstreamer plugins:

 - demuxer (avidemux)
 - avi to gstreamer type converter (avitypes)
 - windows dlls wrappers.

the avidecoder element uses the above plugins to perform the avi
decoding. It is constructed as a custom bin which initially only has
the demuxer element in it. The demuxer has a set of padtemplates for
raw audio and video.

  (------------------------------------)
  ! avidecoder                         !
  !                                 (video/raw)...
  !     (----------)                   !
  !     ! demuxer (video/x-msvideo, auds)..
  !     !          !                   !
  !   -src         !                   !
  !  /  !         (video/x-msvideo, vids)..
 - src  !          !                   !
  !     (----------)                (audio/raw)...
  !                                    !
  (------------------------------------)

the demuxer has a set of padtemplates for the raw avi header properties.

The avi decoder will act on the new_pad signal of the demuxer element
and will attach an avitype plugin to the new pad. Caps negotiation will
convert the raw avi caps to the gstreamer caps. If the src pad of the
avitypes plugin are compatible with the avidecoder padtemplate, the 
avitype pad is ghosted to the avidecoder bin, this is the case where no
codec is needed (for raw PCM samples, for example).

When the avitypes caps are not compatible with one of the avidecoder 
templates, a static autoplugger is used the find an element to connect
the demuxers pad to the decoders padtemplate.

When no element could be found, an windec plugin is attached to the 
demuxers pad and the avitypes plugin is removed from the decoder.


example:
--------

 An avidecoder that has a video pad (decoded with windows dlls) and an
 audio pad (raw PCM).

  (----------------------------------------------------------------)
  ! avidecoder               (--------)    (------)                !
  !                          !avitypes!    !windec!       /-- (video/raw)
  !     (----------)     /-sink      src--sink   src -----         !
  !     !demuxer (video/x-msvideo,    !    !      !                !
  !     !          ! auds).. (--------)    (------)                !  
  !   -sink        !         (--------)                            !
  !  /  !        (video/x-..,!avitypes!                            !
 -sink  !          ! vids).. !        !                            !
  !     (----------)     \-sink      src -------------------- (audio/raw)
  !                          (--------)                            !
  (----------------------------------------------------------------)



TODO
----

automatically generate the padtemplates from all possible avi types
found in the registry.



Icon  Name                                                                                               Last modified      Size  
[DIR] Parent Directory - [DIR] .deps/ 02-Apr-2008 16:47 - [DIR] .libs/ 02-Apr-2008 16:47 - [TXT] Makefile 02-Apr-2008 16:47 28K [   ] Makefile.am 27-Apr-2006 16:51 438 [TXT] Makefile.in 18-Jun-2007 18:53 29K [TXT] README 13-Jun-2007 11:21 2.7K [TXT] avi-ids.h 15-Mar-2004 17:32 1.8K [TXT] gstavi.c 27-Apr-2006 16:51 1.6K [TXT] gstavidemux.c 13-Jun-2007 11:21 112K [TXT] gstavidemux.h 13-Jun-2007 11:21 4.7K [TXT] gstavimux.c 13-Jun-2007 11:21 54K [TXT] gstavimux.h 13-Jun-2007 11:21 4.3K [TXT] libgstavi.la 02-Apr-2008 16:47 1.6K [TXT] libgstavi_la-gstavi.lo 02-Apr-2008 16:47 364 [   ] libgstavi_la-gstavi.o 02-Apr-2008 16:47 7.4K [TXT] libgstavi_la-gstavidemux.lo 02-Apr-2008 16:47 379 [   ] libgstavi_la-gstavidemux.o 02-Apr-2008 16:47 110K [TXT] libgstavi_la-gstavimux.lo 02-Apr-2008 16:47 373 [   ] libgstavi_la-gstavimux.o 02-Apr-2008 16:47 78K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!