From f517ff31182fb01bcad399941f0795d228ac71f0 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 23 Mar 2004 16:59:58 +0000 Subject: gst-libs/gst/play/play.c (gst_play_audio_fixate) Original commit message from CVS: * gst-libs/gst/play/play.c (gst_play_audio_fixate) (gst_play_video_fixate): Check so the structure has the field before trying to fixate them, this makes it possible to have fakesinks for video and audio output without printing errors on the output console. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8452c461..c794bd5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-23 Johan Dahlin + + * gst-libs/gst/play/play.c (gst_play_audio_fixate) + (gst_play_video_fixate): Check so the structure has the field + before trying to fixate them, this makes it possible to have + fakesinks for video and audio output without printing errors on + the output console. + 2004-03-22 David Schleef * sys/oss/Makefile.am: -- cgit