diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-08-19 15:01:05 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-08-19 15:01:05 +0000 |
commit | f331fb4423ec0d97ca758c1801b3219eb5ec44c7 (patch) | |
tree | db0df19ff187dd2fb0c4441bcb7bee13e2390ef4 | |
parent | 5366bfbd266164bd9bfce0d99f9a03e9a8f13e4e (diff) | |
download | gst-plugins-bad-f331fb4423ec0d97ca758c1801b3219eb5ec44c7.tar.gz gst-plugins-bad-f331fb4423ec0d97ca758c1801b3219eb5ec44c7.tar.bz2 gst-plugins-bad-f331fb4423ec0d97ca758c1801b3219eb5ec44c7.zip |
gst/rtp/gstrtph263penc.*: Added configurable pt and ssrc, to be merged in the caps or a base class...
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...
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 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), (gst_rtph263pdec_chain): * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), |