gst/rtp/gstrtph263penc.*: Added configurable pt and ssrc, to be merged in the caps...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 19 Aug 2005 15:01:05 +0000 (15:01 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 19 Aug 2005 15:01:05 +0000 (15:01 +0000)
Original commit message from CVS:
* gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init),
(gst_rtph263penc_flush), (gst_rtph263penc_chain),
(gst_rtph263penc_set_property), (gst_rtph263penc_get_property):
* gst/rtp/gstrtph263penc.h:
Added configurable pt and ssrc, to be merged in the caps or
a base class...

ChangeLog

index adce6fa3588abee3e82ce9a74b514c3e05734db4..366801ce310bb2b1116273033f80d3b4216bd882 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-08-19  Wim Taymans  <wim@fluendo.com>
+
+       * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init),
+       (gst_rtph263penc_flush), (gst_rtph263penc_chain),
+       (gst_rtph263penc_set_property), (gst_rtph263penc_get_property):
+       * gst/rtp/gstrtph263penc.h:
+       Added configurable pt and ssrc, to be merged in the caps or
+       a base class...
+
 2005-08-19  Wim Taymans  <wim@fluendo.com>
 
        * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_init),