summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2003-12-21 22:11:46 +0000
committerJulien Moutte <julien@moutte.net>2003-12-21 22:11:46 +0000
commit1835d5eb9c76f5c8eab4fe6ac8fca3bd0f846564 (patch)
treec003f79c828cbba2045ba43d3382dd9077c88aaf /ChangeLog
parentca200c8a757d4d4e59425f0ff8add0770e1427e4 (diff)
downloadgst-plugins-bad-1835d5eb9c76f5c8eab4fe6ac8fca3bd0f846564.tar.gz
gst-plugins-bad-1835d5eb9c76f5c8eab4fe6ac8fca3bd0f846564.tar.bz2
gst-plugins-bad-1835d5eb9c76f5c8eab4fe6ac8fca3bd0f846564.zip
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e6b59e6..d3874b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-12-21 Julien MOUTTE <julien@moutte.net>
+ * 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 Julien MOUTTE <julien@moutte.net>
+
* 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.