From 6ae456defd261a905870d7d77d863b2da1404322 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 8 Jun 2004 14:45:33 +0000 Subject: [PATCH] return EOS instead of NULL Original commit message from CVS: return EOS instead of NULL --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e539525341..83a6bdb970 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-08 Thomas Vander Stichele + + * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get): + * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get): + return EOS instead of NULL in _get + 2004-06-08 Wim Taymans * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),