summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2001-06-25added shim for g_object_class_list_properties and converted -inspect and -com...GOBJECT1-200106241-ROOTBRANCH-GOBJECT1Erik Walthinsen2-0/+23
2001-06-24Merge from HEAD to BRANCH-GOBJECT1 at 200106241BRANCH-GOBJECT1-200106241Erik Walthinsen20-121/+675
2001-06-24Removed some debug noise.Wim Taymans1-2/+2
2001-06-21marked up the function pointers with GST_DEBUG_FUNCPTRErik Walthinsen1-7/+7
2001-06-21Compile fixes for gobject.Wim Taymans2-2/+2
2001-06-20Added some signal shims.Wim Taymans2-7/+14
2001-06-20Added a shim for a marshaller.Wim Taymans1-0/+1
2001-06-20Added som shims for GTypeFlags and GParamFlagsWim Taymans1-0/+2
2001-06-20Fixed an arg called "class", it's a C++ reserved word..Wim Taymans1-1/+1
2001-06-20Added g_type_from_name to the shims.Wim Taymans1-4/+2
2001-06-20Renamed the shortname field in GParamSpec to name to match the glib2.0 implem...Wim Taymans1-12/+12
2001-06-20Added a better shim for g_object_get_propertyWim Taymans1-2/+18
2001-06-19fixed signal registration problem in gobject2gtk shimErik Walthinsen3-4/+66
2001-06-19More GObject updates, cleanups to some of the elements to make the port correct.Erik Walthinsen5-11/+37
2001-06-17Updated the params a bit.Wim Taymans1-11/+9
2001-06-17Fixed the utils for getting properties again.Wim Taymans2-27/+45
2001-06-17Mostly went around converting G_OBJECT_TYPE(klass) to G_TYPE_FROM_CLASS(klass)Erik Walthinsen4-17/+18
2001-06-17Added gobject to gtkobject bridge (gobject2gtk.[ch]) and configure-time suppo...Erik Walthinsen14-88/+579
2001-06-17Fixed the utils for getting properties.Wim Taymans2-18/+25
2001-06-15Mega patch updates almost all the plugins to GObject. This was done with a P...Erik Walthinsen4-9/+51
2001-06-14various fixes needed to get to sinesrc ! osssinkErik Walthinsen7-19/+41
2001-06-14Fixed some minor compiler warnings.Wim Taymans4-19/+24
2001-06-14new files that need to be removed at some point because they are to be autoge...Erik Walthinsen2-0/+59
2001-06-14Bring all the other stuff in gst/ up to match libgst.la's GObject port.Erik Walthinsen44-738/+753
2001-06-13First round of changes to port to GObject. libgst.la compiles, though there ...Erik Walthinsen28-746/+774
2001-06-11changed indent and argnames to trigger gtk2gobject.shErik Walthinsen1-6/+2
2001-06-07Added manpageRELEASE-0_2_0-CRITICALMASSBRANCH-GOBJECT1-ROOTDavid I. Lehn1-0/+1
2001-06-06Removed a warning.Wim Taymans1-0/+1
2001-06-06Changed the maxcothreads to 16. connect to the new_ghost_pad signal in parse.Wim Taymans2-1/+2
2001-06-05Revert accidentally applied changes.Richard Boulton2-14/+50
2001-06-05FIx memleak in save-thyself introduced by changing plugin_get_list to copy.Richard Boulton3-51/+16
2001-06-05Simple fix to stop gstreamer-compprep crashing when the registry is in use.Richard Boulton1-1/+1
2001-06-04Use the STACKSIZE and number of cothreads to calculate the cothread stack spa...Wim Taymans1-2/+2
2001-06-04added an eos handler so that gstreamer-launch quits when the first element fi...Thomas Vander Stichele1-0/+14
2001-06-04Replace NO_X conditional compilation with testing whether DISPLAY env variabl...Richard Boulton1-8/+11
2001-06-03optionally call gtk_type_init() instead of gtk_init() if NO_X is defined. Thi...Wim Taymans1-0/+5
2001-06-03Set the caps on a proxied pad when the pad is not connected.Wim Taymans1-0/+5
2001-06-02Copy the padtemplate to the ghostpad.Wim Taymans1-0/+1
2001-06-01Fixed some warnings.Wim Taymans6-21/+6
2001-06-01coded small bit in to allow changing of output locationThomas Vander Stichele1-0/+10
2001-05-30Fixed a bug so that gst_props_new (NULL) == NULLWim Taymans1-0/+3
2001-05-30stupid mistake, I put != instead of == in the g_return_if'sErik Walthinsen1-3/+3
2001-05-30added sanity checks to make sure _push and _pull don't get called on pads of ...Erik Walthinsen1-1/+4
2001-05-29Update Makefile.am.future - a replacement for Makefile.am which uses features...Richard Boulton1-2/+3
2001-05-28fixed #define line continuation in gstsparc.hErik Walthinsen1-2/+2
2001-05-28changed debug so it always prints pid and cid in colorErik Walthinsen1-2/+6
2001-05-28some fixes to handle builddirs, which distcheck uses, along with complete .pc...Erik Walthinsen1-4/+5
2001-05-27Added some caps != NULL checks.Erik Walthinsen3-3/+8
2001-05-27various build fixesErik Walthinsen1-6/+5
2001-05-27Docs updatesWim Taymans9-57/+81