[vlc-devel] commit: RTP: use --demux instead of --rtp-ts-demux ( Rémi Denis -Courmont )
Marian Ďurkovič
md at bts.sk
Thu Sep 25 08:55:55 CEST 2008
On Thu, 25 Sep 2008 08:40:26 +0200, Rémi Denis-Courmont wrote
> On Thu, 25 Sep 2008 08:30:17 +0200, "Marian Ďurkovič" <md at bts.sk> wrote:
> > On Wed, 24 Sep 2008 23:23:00 +0200 (CEST), git version control wrote
> >> vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com>
> >> | Wed Sep 24 21:43:42 2008 +0300|
> >> [8f72c1e29143c9e0bbe41ec0e86b5997056ece62] | committer: Rémi Denis-
> >> Courmont
> >>
> >> RTP: use --demux instead of --rtp-ts-demux
> >
> >
> > Hmm, the RTP part looks OK, but the input core complains:
>
> Not my call. Not my idea. I disclaim all responsibilities and would almost
> invoke "told you so".
It just needs another change in src/input/input.c, since now it tries
access_demux only when no demux was given - which is clearly wrong.
We can't substitute the access part in access_demux modules just by demux.
/* Try access_demux if no demux given */
if( *psz_demux == '\0' )
{
in->p_demux = demux_New( p_input, psz_access, psz_demux, psz_path,
NULL, p_input->p->p_es_out, false );
}
M.
More information about the vlc-devel
mailing list