summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2008-02-05 11:40:43 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2008-02-05 11:40:43 +0000
commited4368e08f58c98864e28e31db1f2ce4cfa44923 (patch)
tree026e6e447219f78f9ca489bc015dd4385fd9e7e5 /ChangeLog
parent870ea2afe8e1a4232c4ecc7e7cadcfd26a6f0d74 (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb665c03..14c36708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>