From d18517be849cf45af875bf4b4f61b29e0e0e3757 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 19 Aug 2005 16:22:41 +0000 Subject: [PATCH] gst/udp/gstmultiudpsink.c: Remove get_time code that is both wrong and unneeded. Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init): Remove get_time code that is both wrong and unneeded. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 366801ce31..eb09fc1d01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-19 Wim Taymans + + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init): + Remove get_time code that is both wrong and unneeded. + 2005-08-19 Wim Taymans * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init),