diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-02-05 11:40:43 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-02-05 11:40:43 +0000 |
commit | ed4368e08f58c98864e28e31db1f2ce4cfa44923 (patch) | |
tree | 026e6e447219f78f9ca489bc015dd4385fd9e7e5 /ChangeLog | |
parent | 870ea2afe8e1a4232c4ecc7e7cadcfd26a6f0d74 (diff) | |
download | gst-plugins-bad-ed4368e08f58c98864e28e31db1f2ce4cfa44923.tar.gz gst-plugins-bad-ed4368e08f58c98864e28e31db1f2ce4cfa44923.tar.bz2 gst-plugins-bad-ed4368e08f58c98864e28e31db1f2ce4cfa44923.zip |
gst/mpegtsparse/mpegtspacketizer.c: Add flag to both sdt and nit structures to say whether the table is for the actua...
Original commit message from CVS:
* gst/mpegtsparse/mpegtspacketizer.c:
Add flag to both sdt and nit structures to say
whether the table is for the actual network/ts
or not.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-02-05 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + * gst/mpegtsparse/mpegtspacketizer.c: + Add flag to both sdt and nit structures to say + whether the table is for the actual network/ts + or not. + 2008-02-05 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: Josep Torre Valles <josep@fluendo.com> |