summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/propertyprobe/propertyprobe.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-14gst-indentThomas Vander Stichele1-33/+32
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-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. Bultje1-77/+159
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 Schleef1-0/+176
Original commit message from CVS: First attempt (actually third) at a property probing interface