mpegtsbase: Only warn for added streams when needed
authorEdward Hervey <edward@collabora.com>
Mon, 24 Jun 2013 06:24:58 +0000 (08:24 +0200)
committerEdward Hervey <edward@collabora.com>
Mon, 24 Jun 2013 06:24:58 +0000 (08:24 +0200)
commit26689fc437ecb3f8aeb0da1f0db914aa9f11f0a3
tree605d9e0324a3d46bd7ecc5865f418c34e72474a0
parentf9b3b46ab5b5bdaab44a9889a0c184cfef801712
mpegtsbase: Only warn for added streams when needed

We use add_stream(stream_type:-1) to ensure a programs' PCR Stream is
also taken into account. For most programs this will re-use an
existing ES stream.

So only warn that we are re-adding a stream if it was already present
AND it is not to ensure the PCR stream is taken into account.
gst/mpegtsdemux/mpegtsbase.c