summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst
AgeCommit message (Collapse)AuthorFilesLines
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
2003-10-30change Iface to InterfaceDavid Schleef2-7/+7
Original commit message from CVS: change Iface to Interface
2003-10-29Change Class to Iface. Fix casting macros.David Schleef2-18/+14
Original commit message from CVS: Change Class to Iface. Fix casting macros.
2003-10-28Don't use GstInterfaceDavid Schleef2-4/+2
Original commit message from CVS: Don't use GstInterface
2003-10-20Gerd approved license change, so this code is now LGPL tooRonald S. Bultje1-5/+2
Original commit message from CVS: Gerd approved license change, so this code is now LGPL too
2003-10-13Add audio/x-id3 as a mimetype handled by mad.Iain Holmes1-1/+2
Original commit message from CVS: Add audio/x-id3 as a mimetype handled by mad. Could also be a flac file apparently, but this allows it to work more times than it does currently
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ↵Ronald S. Bultje19-6/+1946
interface, with which one can select inp... Original commit message from CVS: Some interface implementations for video4linux/video4linux2 plugins: * a Tuner interface, with which one can select inputs and stations. Audio work is underway here, but unfinished. * A Xoverlay interface with which one can do simple overlay. Similar to the API of the v4l/Xv XFree86 extension. Widget implementation for GTK-2.0 coming up in the sandbox. * Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty basic and maybe somewhat overdesigned. But it'll do for now. Apart from these interfaces, there's also a loadable library 'xwindowlistener' that listenes to X for the movement of a window and the overlap of other windows. This is partly copied from xawtv (and thus partly GPL :(), but it's needed for the xoverlay interface implementation in the v4l/v4l2 elements. Lastly, some small changes to remove redundant properties from the v4l/v4l2 elements since these can be done much simpler. Comments appreciated!
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, ↵Ronald S. Bultje5-35/+221
starting work is in here but it's not full... Original commit message from CVS: Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
2003-10-09changing 'channel' to 'track' to avoid naming overlapLeif Johnson2-62/+68
Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
2003-10-09adding G_BEGIN and G_END_DECLSLeif Johnson1-0/+4
Original commit message from CVS: adding G_BEGIN and G_END_DECLS
2003-10-09add object and struct paddingDavid Schleef7-4/+28
Original commit message from CVS: add object and struct padding
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ↵Julien Moutte5-39/+38
everywhere now. Both in gst-player and lib... Original commit message from CVS: There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
2003-10-02Corrected macro in medi-info-priv.h so that it follows ISO standards, and ↵Brian Cameron2-1/+10
removed broken return from void function in... Original commit message from CVS: Corrected macro in medi-info-priv.h so that it follows ISO standards, and removed broken return from void function in navigation.c
2003-09-27add navigation subdirDavid Schleef1-2/+3
Original commit message from CVS: add navigation subdir
2003-09-27add navigation interfaceDavid Schleef3-0/+167
Original commit message from CVS: add navigation interface
2003-09-23Sync'ed files up to nautilus-media/media-info versions, and fixed them for ↵Iain Holmes6-585/+1042
errors and deprecated functions Original commit message from CVS: Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
2003-09-15Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte3-62/+93
Original commit message from CVS: Changing have_xid to have_video_out to match the new GstVideoSink parent object. Adding have_vis_size. Fixing gst_play_connect_visualisation
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte4-2/+578
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.
2003-09-13Copyright fix (code=mine)Ronald S. Bultje2-6/+4
Original commit message from CVS: Copyright fix (code=mine)
2003-09-13Interface example: a mixerRonald S. Bultje4-2/+254
Original commit message from CVS: Interface example: a mixer
2003-09-11Remove all locally-defined optimization flagsDavid Schleef5-21/+5
Original commit message from CVS: Remove all locally-defined optimization flags
2003-09-11add cvsignoresChristian Schaller1-0/+2
Original commit message from CVS: add cvsignores
2003-09-03clean up varargs macro definitionDavid Schleef1-6/+8
Original commit message from CVS: clean up varargs macro definition
2003-09-03Remove vestigal code (#121174)David Schleef1-11/+0
Original commit message from CVS: Remove vestigal code (#121174)
2003-08-13clean up code, fix typos in lst checkinDavid Schleef2-11/+9
Original commit message from CVS: clean up code, fix typos in lst checkin
2003-08-13Move some code from wavparseDavid Schleef2-0/+28
Original commit message from CVS: Move some code from wavparse
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron3-0/+57
Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
2003-07-22Remove .pc files from CLEANFILES, since it's done automatically by automake ↵David Schleef1-2/+0
during distclean instead of (incorrectly)... Original commit message from CVS: Remove .pc files from CLEANFILES, since it's done automatically by automake during distclean instead of (incorrectly) during clean.
2003-07-22Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> ↵Joshua N. Pritikin1-3/+6
video/x-raw-{yuv,rgb}. There probably should b... Original commit message from CVS: Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x-raw-{yuv,rgb}. There probably should be a audio/x-raw-float for jacksink but I didn't add that.
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson1-66/+86
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo5-3/+282
comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
2003-07-12fixing buggy error handlingJulien Moutte1-3/+7
Original commit message from CVS: fixing buggy error handling
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje3-36/+194
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte4-27/+27
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-16Fixing indentationJulien Moutte3-2032/+1963
Original commit message from CVS: Fixing indentation
2003-06-14gcc 3.3 and ppc fixesBenjamin Otte1-1/+2
Original commit message from CVS: gcc 3.3 and ppc fixes
2003-06-07warn on state change failuresThomas Vander Stichele1-6/+12
Original commit message from CVS: warn on state change failures
2003-06-01Fixing error message when a plugin is missing (gst-player -> libgstplay).Julien Moutte1-6/+5
Original commit message from CVS: Fixing error message when a plugin is missing (gst-player -> libgstplay). Pipeline state change on error is now done directly in error callback, there's still something weird with oss /dev/dsp ressource busy error.
2003-05-30Error handling is inside and works :)Julien Moutte3-118/+22
Original commit message from CVS: Error handling is inside and works :) Mutexes have been removed. That should fix UI responsiveness problems on query_length. Please heavily test to check if they were really needed. Some fixes in GClosures
2003-05-29don't warn on recoverable problemsThomas Vander Stichele1-7/+7
Original commit message from CVS: don't warn on recoverable problems
2003-05-24UNITS -> DEFAULTWim Taymans1-1/+1
Original commit message from CVS: UNITS -> DEFAULT
2003-05-22This ISO_VARARGS macro is more consistant with the others.Brian Cameron1-1/+1
Original commit message from CVS: This ISO_VARARGS macro is more consistant with the others.
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron2-0/+19
that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron5-5/+5
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2003-05-21Links also against libgstcontrolDavid Schleef1-1/+1
Original commit message from CVS: Links also against libgstcontrol
2003-05-12make error signal use the right typesBenjamin Otte1-1/+1
Original commit message from CVS: make error signal use the right types
2003-05-12uh, maybe putting new signals before LAST_SIGNAL might help against memory ↵Benjamin Otte1-1/+2
corruption? Original commit message from CVS: uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
2003-05-06deep-notify can come from pads too, replacing GstElement by GstObject.Julien Moutte2-8/+8
Original commit message from CVS: deep-notify can come from pads too, replacing GstElement by GstObject.
2003-05-02Gcc < 3.0 fixRonald S. Bultje1-1/+3
Original commit message from CVS: Gcc < 3.0 fix
2003-04-28Make vis_video_thread play when connected afterwardsJulien Moutte1-0/+8
Original commit message from CVS: Make vis_video_thread play when connected afterwards This generates some segfaults in gst_thread but we need to fix that