summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/playpipelines.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-30removing deprecated codeThomas Vander Stichele1-1085/+0
Original commit message from CVS: removing deprecated code
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ↵Julien Moutte1-19/+19
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-09-15Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte1-15/+23
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-06-16Fixing indentationJulien Moutte1-959/+893
Original commit message from CVS: Fixing indentation
2003-05-30Error handling is inside and works :)Julien Moutte1-73/+3
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-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
2003-04-13make Company happy : Changed visualisation pipeline structure.. audio sink ↵Julien Moutte1-78/+63
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-4/+29
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-1/+509
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-0/+15
Original commit message from CVS: Fixed seeking discont with visualisation
2003-03-03gst_play_get_sink_element has been improved :Julien Moutte1-4/+16
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-06Code cleanup and reorganizationJulien Moutte1-23/+51
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-01-18added func gst_play_set_data_src removed pipeline ↵Steve Baker1-230/+39
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-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-40/+40
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-11-05applied dolphy's patchThomas Vander Stichele1-40/+53
Original commit message from CVS: applied dolphy's patch
2002-10-29adding audioThomas Vander Stichele1-16/+74
Original commit message from CVS: adding audio
2002-10-27libgstplay has a new home. it still needs to be packaged thoughSteve Baker1-0/+752
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though