diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-02-28 13:22:24 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-02-28 13:22:24 +0000 |
commit | adf2d8615556a762857c7764e9bd3a0eccc5b3fe (patch) | |
tree | 01a12eca149c1019095043e5909403c3fc4d07ca /ChangeLog | |
parent | 8efb5d2012bc57636016f3dbac523d732bc572ec (diff) | |
download | gst-plugins-bad-adf2d8615556a762857c7764e9bd3a0eccc5b3fe.tar.gz gst-plugins-bad-adf2d8615556a762857c7764e9bd3a0eccc5b3fe.tar.bz2 gst-plugins-bad-adf2d8615556a762857c7764e9bd3a0eccc5b3fe.zip |
gst/mpegtsparse/mpegtsparse.c: Only send PMTs to program pads that the PMT is for even if on same pid.
Original commit message from CVS:
* gst/mpegtsparse/mpegtsparse.c:
Only send PMTs to program pads that the PMT is for even if
on same pid.
As a by-product, we now no longer hardcode any psi pid numbers.
Also remove pcr stream from old pmt when we apply a new pmt.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-02-28 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + * gst/mpegtsparse/mpegtsparse.c: + Only send PMTs to program pads that the PMT is for even if + on same pid. + As a by-product, we now no longer hardcode any psi pid numbers. + Also remove pcr stream from old pmt when we apply a new pmt. + 2008-02-28 Edgard Lima <edgard.lima@indt.org.br> * ext/metadata/TODO: |