From 287b38dc709ddb8eed8ef7b0d713f9ced25427a0 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 24 Apr 2008 22:01:52 +0000 Subject: Stop using deprecated GLib functions. Original commit message from CVS: * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property): * gst/debug/tests.c: (md5_get_value): * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps): * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps): * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps): * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps): Stop using deprecated GLib functions. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2243ad92..5868fc0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-04-24 Sebastian Dröge + + * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property): + * gst/debug/tests.c: (md5_get_value): + * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps): + * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps): + * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps): + * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps): + Stop using deprecated GLib functions. + 2008-04-24 Jan Schmidt * configure.ac: -- cgit