remuxer.py: allow more than one stream of the same type
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 13 Jan 2011 14:59:16 +0000 (14:59 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 26 Sep 2011 16:57:51 +0000 (17:57 +0100)
commit160b6d1bd5e251a6d66a203a519db630528f60e3
treee33a317d9824937609dba60fc8908cc78550ff69
parent3e3795068eca569c3ce5748735f3a61732ae5b6d
remuxer.py: allow more than one stream of the same type

Queue names would collide otherwise, so just pass None for now. Also
guarantees that we don't get silly names like "queue_audio/x-foobar".

https://bugzilla.gnome.org/show_bug.cgi?id=639427
examples/remuxer.py