diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2006-04-09 18:30:51 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2006-04-09 18:30:51 +0000 |
commit | 6ea2c23869bdb0fe6b96fb59c58b71c00f794bfc (patch) | |
tree | 8ddd13199548672373c19bfba76c5ca6db8e1f7d /ChangeLog | |
parent | 078324cd8286894acbdac049de2d404bbd397b4e (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |