gstreamer/win32/common
Tim-Philipp Müller bffc9207b5 pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return}
Better now than later in the cycle. These might come in handy:

sed -i -e 's/GstProbeReturn/GstPadProbeReturn/g'   `git grep GstProbeReturn  | sed -e 's/:.*//' | sort -u`
sed -i -e 's/GST_PROBE_/GST_PAD_PROBE_/g'          `git grep GST_PROBE_      | sed -e 's/:.*//' | sort -u`
sed -i -e 's/GstProbeType/GstPadProbeType/g'       `git grep GstProbeType    | sed -e 's/:.*//' | sort -u`
2011-11-01 00:15:17 +00:00
..
config.h back to development 2011-09-29 17:04:57 +02:00
dirent.c Fix a couple of missing includes for MSVC2005 and a C99 issue. Also, starting with 2.14.0, GLib won't provide a pipe(... 2007-10-31 22:01:03 +00:00
dirent.h win32/vs7: project files updated to the default vs7 configuration 2006-02-06 21:29:04 +00:00
gstconfig.h Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere. 2008-07-31 15:20:32 +00:00
gstenumtypes.c pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return} 2011-11-01 00:15:17 +00:00
gstenumtypes.h RELEASE 0.11.1 2011-09-29 16:50:21 +02:00
gstmarshal.c win32: update exports and other things 2011-06-04 16:05:15 +01:00
gstmarshal.h win32: update exports and other things 2011-06-04 16:05:15 +01:00
gstversion.h back to development 2011-09-29 17:04:57 +02:00
gtchar.h win32/vs7: project files updated to the default vs7 configuration 2006-02-06 21:29:04 +00:00
libgstbase.def defs: update for new api 2011-10-28 12:27:43 +02:00
libgstcontroller.def defs: update defs 2010-12-07 18:33:51 +01:00
libgstdataprotocol.def defs: update defs 2010-12-07 18:33:51 +01:00
libgstnet.def win32/common/: Add more missing symbols, remove some duplicates, and sort as the 'sort' command sorts it (partially f... 2007-11-06 14:43:14 +00:00
libgstreamer.def pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return} 2011-11-01 00:15:17 +00:00