summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-11-27 00:01:41 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-11-27 00:01:41 +0000
commita7b160d8b1427887773437479084cf4af5ac036a (patch)
treed4adc4abc007230c921ccd9c71c00496b09de2ff /ChangeLog
parent28be655e11f2ac6ea62e7c1a861a2aaa4397ce50 (diff)
gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can handle the outgoing stream.
Original commit message from CVS: * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init), (gst_rtp_h263_depay_process): * gst/rtp/gstrtph263depay.h: Fix h263 depayloader so that ANY h263 decoder can handle the outgoing stream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d83a26fc..38a9b86c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-27 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
+ (gst_rtp_h263_depay_process):
+ * gst/rtp/gstrtph263depay.h:
+ Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
+ stream.
+
2007-11-26 Wim Taymans <wim.taymans@gmail.com>
Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>