summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/propertyprobe
AgeCommit message (Collapse)AuthorFilesLines
2005-05-06remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller4-595/+0
Original commit message from CVS: remove gst-libs from gst-plugins module as it is in gst-plugins-base now
2004-07-27more working pluginsSteve Lhomme1-1/+1
Original commit message from CVS: more working plugins
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
Original commit message from CVS: rename GStreamer-0.8.lib to libgstreamer.lib
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
Original commit message from CVS: avoid problems with math.h, fix release dependancy
2004-07-26add more plugins to the build add some definitions needed by plugins fixes ↵Steve Lhomme1-2/+2
for build problems Original commit message from CVS: add more plugins to the build add some definitions needed by plugins fixes for build problems
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+144
Original commit message from CVS: more plugins supported under windows
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-6/+6
Original commit message from CVS: don't mix tabs and spaces
2004-03-15*.h: Revert indentingJohan Dahlin1-31/+37
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele2-70/+63
Original commit message from CVS: gst-indent
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-1/+1
Original commit message from CVS: fix headers fix signals to use - instead of _
2004-01-25gst-libs/gst/: Add gtk-doc style comments. Also fix a function name.Ronald S. Bultje1-0/+88
Original commit message from CVS: 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst-libs/gst/mixer/mixer.c: * gst-libs/gst/propertyprobe/propertyprobe.c: * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name), (gst_tuner_find_channel_by_name): * gst-libs/gst/tuner/tuner.h: Add gtk-doc style comments. Also fix a function name.
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef1-1/+1
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
2003-11-13er, no, signal should be VOID__POINTER. :)David Schleef1-2/+2
Original commit message from CVS: er, no, signal should be VOID__POINTER. :)
2003-11-13signal should be VOID__VOIDDavid Schleef1-2/+2
Original commit message from CVS: signal should be VOID__VOID
2003-11-05Some prettification fixes to this interface... Make it look good, make it ↵Ronald S. Bultje2-96/+202
simple and make it more GObject'ific. This ... Original commit message from CVS: Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.
2003-10-30First attempt (actually third) at a property probing interfaceDavid Schleef3-0/+258
Original commit message from CVS: First attempt (actually third) at a property probing interface