[vlc-devel] [vlc-commits] Deprecated native real demuxer in favor to avformat.

Laurent Aimar fenrir at elivagar.org
Wed Oct 26 10:02:45 CEST 2011


On Wed, Oct 26, 2011 at 05:39:57AM +0200, Jean-Baptiste Kempf wrote:
> On Tue, Oct 25, 2011 at 11:01:45PM +0200, Laurent Aimar wrote :
> > vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Oct 25 22:58:24 2011 +0200| [2a3be8975ca0a3a9b4cb772d7087a347553f0392] | committer: Laurent Aimar
> > 
> > Deprecated native real demuxer in favor to avformat.
> > 
> > > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a3be8975ca0a3a9b4cb772d7087a347553f0392
> > ---
> > 
> >  modules/demux/real.c |    2 +-
> >  src/input/demux.c    |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/modules/demux/real.c b/modules/demux/real.c
> > index c9d8b7c..df1a0ad 100644
> > --- a/modules/demux/real.c
> > +++ b/modules/demux/real.c
> > @@ -68,7 +68,7 @@ static void Close  ( vlc_object_t * );
> >  
> >  vlc_module_begin ()
> >      set_description( N_("Real demuxer" ) )
> > -    set_capability( "demux", 50 )
> > +    set_capability( "demux", 0 )
> 
> Why not "1", in cases in which the libavformat module doesn't work or is
> too old?
 I don't plan to maintain the native real demuxer and it will probably be removed
at some point, so I think it would be best for the next release to have it
deactivated by default to catch any issues we may have.
 Also, as soon as the avformat demuxer is enabled and has a higher priority,
it will prevent our demuxer from kicking in (weither or not it has a priority > 0).

-- 
fenrir




More information about the vlc-devel mailing list