summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2005-10-26 14:50:59 +0000
committerZeeshan Ali <zeenix@gmail.com>2005-10-26 14:50:59 +0000
commitf2b394e1d9d15e1acc4e06bb8ea4d4147d92bb33 (patch)
tree69066382a73a664b2cf27bd6a05f59515793a74b /ChangeLog
parentfbc72574b2aece796abc01520e8f35e12a650840 (diff)
Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inherits from the basertpdepayloader.
Original commit message from CVS: Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inherits from the basertpdepayloader.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd520f88..10af17d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-10-26 Zeeshan Ali <zeenix@gmail.com>
+
+ * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
+ (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
+ (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
+ * gst/rtp/gstrtpg711dec.h:
+ * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
+ (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
+ * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
+ (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
+ (gst_rtpgsmenc_handle_buffer):
+ * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
+ (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
+ (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
+ * gst/rtp/gstrtpgsmparse.h:
+ Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
+ inherits from the basertpdepayloader.
+
2005-10-26 Julien MOUTTE <julien@moutte.net>
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),