diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-08-18 16:52:21 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-08-18 16:52:21 +0000 |
| commit | b04309946b6b835888bd1f54a48dda8542c39e16 (patch) | |
| tree | 655790043f208052de49dd8a01172ea554b729f0 /ChangeLog | |
| parent | ab9b853b84a3a2f382e326cd43863594cd61ebf9 (diff) | |
gst/rtp/: Added experimental SVQ3 depayloader.
Original commit message from CVS:
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
(gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
(gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
(gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
(gst_rtp_sv3v_depay_get_property),
(gst_rtp_sv3v_depay_change_state),
(gst_rtp_sv3v_depay_plugin_init):
* gst/rtp/gstrtpsv3vdepay.h:
Added experimental SVQ3 depayloader.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-08-18 Wim Taymans <wim@fluendo.com> + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: (plugin_init): + * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init), + (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init), + (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps), + (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property), + (gst_rtp_sv3v_depay_get_property), + (gst_rtp_sv3v_depay_change_state), + (gst_rtp_sv3v_depay_plugin_init): + * gst/rtp/gstrtpsv3vdepay.h: + Added experimental SVQ3 depayloader. + 2006-08-18 Edward Hervey <edward@fluendo.com> * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek), |
