summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-08-26 11:18:38 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-08-26 11:18:38 +0000
commit9fbc550ee173229058094ad2a43858342ba4fc8e (patch)
treec2864ef5bc9270f975f48f9e680446798b9c14ab /ChangeLog
parent7ab335f846486a990812ded88edfaf811bae203c (diff)
downloadgst-plugins-bad-9fbc550ee173229058094ad2a43858342ba4fc8e.tar.gz
gst-plugins-bad-9fbc550ee173229058094ad2a43858342ba4fc8e.tar.bz2
gst-plugins-bad-9fbc550ee173229058094ad2a43858342ba4fc8e.zip
gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in a header !
Original commit message from CVS: * gst/dccp/gstdccpserversink.c: * gst/dccp/gstdccpserversink.h: Don't put globals only used by one '.c' file in a header ! Declare it as static, fixes build on macosx.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13d80c60..a2c53137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-08-26 Edward Hervey <edward.hervey@collabora.co.uk>
+ * gst/dccp/gstdccpserversink.c:
+ * gst/dccp/gstdccpserversink.h:
+ Don't put globals only used by one '.c' file in a header !
+ Declare it as static, fixes build on macosx.
+
+2008-08-26 Edward Hervey <edward.hervey@collabora.co.uk>
+
* gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
Whoops, that was one fix too much :)