Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-31 | add error handling | Thomas Vander Stichele | 1 | -1/+8 | |
Original commit message from CVS: add error handling | |||||
2004-01-31 | examples/gstplay/player.c: s/gstplay.h/play.h/ | David I. Lehn | 1 | -1/+1 | |
Original commit message from CVS: * examples/gstplay/player.c: s/gstplay.h/play.h/ | |||||
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 1 | -1/+1 | |
Original commit message from CVS: use new error signal and classification | |||||
2004-01-07 | examples/gstplay/player.c: Adding some new lines in g_print calls. | Julien Moutte | 1 | -3/+3 | |
Original commit message from CVS: * examples/gstplay/player.c: (got_time_tick), (got_stream_length), (got_video_size): Adding some new lines in g_print calls. * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize), (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate), (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state), (gst_ximagesink_chain), (gst_ximagesink_buffer_new), (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size): Complete code review, reverting some stuff i disagree with, adding some fixes : time synchronization on invalid timestamps, renegotiation of private window. * sys/ximage/ximagesink.h: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy), (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get), (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect), (gst_xvimagesink_change_state), (gst_xvimagesink_chain), (gst_xvimagesink_buffer_new), (gst_xvimagesink_navigation_send_event), (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_get_desired_size), (gst_xvimagesink_xoverlay_init): Complete code review, reverting some stuff i disagree with, adding some fixes : Renegotiation of private window, implementing get_desired_size. | |||||
2003-12-21 | examples/gstplay/player.c: using g_print instead of g_message. | Julien Moutte | 1 | -3/+4 | |
Original commit message from CVS: * examples/gstplay/player.c: (got_time_tick), (got_stream_length), (got_video_size), (main): using g_print instead of g_message. * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS signal which was not emitted because of "switch" element added to the bin but not connected. (Removing from the bin temporarily) | |||||
2003-12-21 | configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X ↵ | Julien Moutte | 1 | -0/+2 | |
development files. I don't understand the... Original commit message from CVS: * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X development files. I don't understand the previous tests and they fail on my debian/ppc unstable. This one works. * examples/gstplay/player.c: (main): Set the pipeline to READY before exiting. * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback), (gst_play_set_video_sink), (gst_play_set_audio_sink), (gst_play_set_visualization): Add some safety checks in set_ methods and state_change. This was throwing some ugly CRITICAL messages when pipeline was getting disposed and casts were failing. | |||||
2003-12-19 | superfluous space segregationMOVE-TO-FDO | Thomas Vander Stichele | 1 | -6/+6 | |
Original commit message from CVS: superfluous space segregation | |||||
2003-12-16 | Adding tag dumping support. | Julien Moutte | 1 | -1/+36 | |
Original commit message from CVS: Adding tag dumping support. | |||||
2003-12-14 | Fixing makefile. Smarter seek | Julien Moutte | 1 | -1/+3 | |
Original commit message from CVS: Fixing makefile. Smarter seek | |||||
2003-12-14 | Adding a test app for libgstplay. It is a command line player. | Julien Moutte | 1 | -0/+119 | |
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player. |