qtdemux: prepare qtdemux to accept multiple dash moovs in a row
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 8 Feb 2013 03:29:20 +0000 (00:29 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 7 May 2013 22:25:30 +0000 (19:25 -0300)
commit6c69e5967773b83d2bb80c905b658ee1473a049b
tree1dd985d875da57143db3eca06753344f85f06f4e
parent2a7d3d1598198144fef7f7e426f26576658afe06
qtdemux: prepare qtdemux to accept multiple dash moovs in a row

Whenever dashdemux switches bitrates it sends a new moov with the
new stream configuration. qtdemux should now handle this by splitting
the exposing and configuration of streams into separate functions. When
the stream is new it is configured and exposed, when it is a new bitrate
of an existing stream it is only reconfigured.

Conflicts:
gst/isomp4/qtdemux.c
gst/isomp4/qtdemux.c