diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-02-16 12:30:22 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-02-16 12:30:22 +0000 |
| commit | dc325990e0f8dabd7dee80cc158ea018a86be276 (patch) | |
| tree | 5abafdc471d5712f3f54ab355cda086c57370377 /ChangeLog | |
| parent | e4b3dce677f9fc05509d7d678dadc3f703f041b5 (diff) | |
gst/rtp/README: Fix case of string params.
Original commit message from CVS:
* gst/rtp/README:
Fix case of string params.
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
(gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
Fix depayloader, support more packet types.
Add sync codes to make sure the packetizer can do its job.
* gst/rtp/gstrtpmp4gdepay.c:
* gst/rtp/gstrtpmp4gpay.c:
* gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
Fix caps case again.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2007-02-16 Wim Taymans <wim@fluendo.com> + + * gst/rtp/README: + Fix case of string params. + + * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init), + (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process): + Fix depayloader, support more packet types. + Add sync codes to make sure the packetizer can do its job. + + * gst/rtp/gstrtpmp4gdepay.c: + * gst/rtp/gstrtpmp4gpay.c: + * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process): + Fix caps case again. + 2007-02-15 Wim Taymans <wim@fluendo.com> * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process): |
