summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2006-04-09 18:30:51 +0000
committerSébastien Moutte <sebastien@moutte.net>2006-04-09 18:30:51 +0000
commit6ea2c23869bdb0fe6b96fb59c58b71c00f794bfc (patch)
tree8ddd13199548672373c19bfba76c5ca6db8e1f7d /ChangeLog
parent078324cd8286894acbdac049de2d404bbd397b4e (diff)
downloadgst-plugins-bad-6ea2c23869bdb0fe6b96fb59c58b71c00f794bfc.tar.gz
gst-plugins-bad-6ea2c23869bdb0fe6b96fb59c58b71c00f794bfc.tar.bz2
gst-plugins-bad-6ea2c23869bdb0fe6b96fb59c58b71c00f794bfc.zip
ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
Original commit message from CVS: * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start): remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32) * sys/directdraw/gstdirectdrawsink.c: * sys/directsound/gstdirectsoundsink.c: done some cleans in sources * win32/vs6: add project files for neon, qtdemux
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca4658e5..662d19b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-09 Sebastien Moutte <sebastien@moutte.net>
+
+ * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
+ remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
+ * sys/directdraw/gstdirectdrawsink.c:
+ * sys/directsound/gstdirectsoundsink.c:
+ done some cleans in sources
+ * win32/vs6:
+ add project files for neon, qtdemux
+
2006-04-08 Stefan Kost <ensonic@users.sf.net>
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):