examples/gstplay/player.c: using g_print instead of g_message.
authorJulien Moutte <julien@moutte.net>
Sun, 21 Dec 2003 22:11:46 +0000 (22:11 +0000)
committerJulien Moutte <julien@moutte.net>
Sun, 21 Dec 2003 22:11:46 +0000 (22:11 +0000)
commit6bb536ed656d37699c1272111ee4d119a862ff6e
tree0ac00ff9da818929f8708d0a1de5bec76ae9957e
parent75239df4977093cd664b8d936e012b284005a518
examples/gstplay/player.c: using g_print instead of g_message.

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)
ChangeLog
examples/gstplay/player.c
gst-libs/gst/play/gstplay.c
gst-libs/gst/play/play.c
tests/old/examples/gstplay/player.c