summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/play.old.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-15Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte1-37/+63
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-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-12fixing buggy error handlingJulien Moutte1-3/+7
Original commit message from CVS: fixing buggy error handling
2003-06-16Fixing indentationJulien Moutte1-917/+943
Original commit message from CVS: Fixing indentation
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 Moutte1-31/+8
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-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 Moutte1-7/+7
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-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller1-0/+1
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
2003-04-20Made a theorical libgstplay which refs/unrefs elements before putting them ↵Julien Moutte1-5/+39
in AsyncQueue. Original commit message from CVS: Made a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue. Added a "pipeline_error" signal which will later allow the player and apps to detect that pipeline was unable to play and why... This version is NOT STABLE AT ALL. it will need fixes in core but i commit it as is so that we fix those problems
2003-04-17Changed sanity checks according to BBB feedbackJulien Moutte1-2/+4
Original commit message from CVS: Changed sanity checks according to BBB feedback
2003-04-13make Company happy : Changed visualisation pipeline structure.. audio sink ↵Julien Moutte1-2/+4
is directly connected to tee so no queue b... Original commit message from CVS: make Company happy : Changed visualisation pipeline structure.. audio sink is directly connected to tee so no queue between volume and audio sink...
2003-04-10Adding a lot of sanity checksJulien Moutte1-17/+32
Original commit message from CVS: Adding a lot of sanity checks Checking if vis pad is connected before linking/unlinking
2003-04-02Incorporating visualisation in libgstplay adding have_vis_xid signal and a ↵Julien Moutte1-0/+44
new type of GstPlay object (VIDEO_VISUALIS... Original commit message from CVS: Incorporating visualisation in libgstplay adding have_vis_xid signal and a new type of GstPlay object (VIDEO_VISUALISATION)
2003-03-30Fixed seeking discont with visualisationJulien Moutte1-2/+10
Original commit message from CVS: Fixed seeking discont with visualisation
2003-03-03gst_play_get_sink_element has been improved :Julien Moutte1-16/+70
Original commit message from CVS: gst_play_get_sink_element has been improved : - Recursively searches in bins - Able to find sink_element of a specified GstPlaySinkType (audio,video,any) This now allow us to send very complex bins to GstPlay for audio/video sink without breaking length querying, eos signaling, etc..
2003-02-07Documented libgstplay's public methodsJulien Moutte1-2/+114
Original commit message from CVS: Documented libgstplay's public methods
2003-02-06Code cleanup and reorganizationJulien Moutte1-519/+613
Original commit message from CVS: Code cleanup and reorganization I ll now be able to make nice gtk-doc for this lib Fixed latency bug on async_queue pop X video window now comes immediatly
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef1-1/+1
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-01-18added func gst_play_set_data_src removed pipeline ↵Steve Baker1-7/+22
GST_PLAY_PIPE_VIDEO_THREADSAFE - it never worked and its just takin... Original commit message from CVS: added func gst_play_set_data_src removed pipeline GST_PLAY_PIPE_VIDEO_THREADSAFE - it never worked and its just taking up space
2003-01-07Remove some unneeded commentsJulien Moutte1-20/+7
Original commit message from CVS: Remove some unneeded comments
2003-01-07Fixed gst_play_dispose function so that GstPlay objects can be unrefed safely.Julien Moutte1-14/+67
Original commit message from CVS: Fixed gst_play_dispose function so that GstPlay objects can be unrefed safely. Optimized some g_idle_add for the signal poller.
2002-12-30Fix plugins for new query APIWim Taymans1-2/+2
Original commit message from CVS: Fix plugins for new query API
2002-12-11Applied state-saving patch from Leif JohnsonSteve Baker1-2/+4
Original commit message from CVS: Applied state-saving patch from Leif Johnson
2002-12-01go to READY if there is a gst_element_errorSteve Baker1-0/+11
Original commit message from CVS: go to READY if there is a gst_element_error
2002-10-29adding audioThomas Vander Stichele1-0/+8
Original commit message from CVS: adding audio
2002-10-27libgstplay has a new home. it still needs to be packaged thoughSteve Baker1-0/+890
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though