summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/play.old.h
AgeCommit message (Collapse)AuthorFilesLines
2003-04-02Incorporating visualisation in libgstplay adding have_vis_xid signal and a ↵Julien Moutte1-0/+14
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/+1
Original commit message from CVS: Fixed seeking discont with visualisation
2003-03-03gst_play_get_sink_element has been improved :Julien Moutte1-1/+8
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-32/+76
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-3/+4
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-2/+0
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-2/+8
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-10-27libgstplay has a new home. it still needs to be packaged thoughSteve Baker1-0/+176
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though