summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-09-24 16:01:45 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-09-24 16:01:45 +0000
commitddea8bd02b9c0ce726215c7b0952f856bc93e9a1 (patch)
tree548b48a4957944434a2f6015a1286488efb85c05 /ChangeLog
parent0771c17fede0ac6ae1a531a4d4d7d68fc72b24ea (diff)
downloadgst-plugins-bad-ddea8bd02b9c0ce726215c7b0952f856bc93e9a1.tar.gz
gst-plugins-bad-ddea8bd02b9c0ce726215c7b0952f856bc93e9a1.tar.bz2
gst-plugins-bad-ddea8bd02b9c0ce726215c7b0952f856bc93e9a1.zip
gst/playback/gstplaybasebin.c: Throw error if we failed to find a suitable output. This should throw an error if we s...
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state): Throw error if we failed to find a suitable output. This should throw an error if we successfully set up a pipeline (e.g. because we recognized a media file) but found no decodable streams in it (e.g. because it contains only media stream types for which we have no decoders, or because it's not a media type).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0acaf89..8623b259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
+ Throw error if we failed to find a suitable output. This should
+ throw an error if we successfully set up a pipeline (e.g. because
+ we recognized a media file) but found no decodable streams in it
+ (e.g. because it contains only media stream types for which we
+ have no decoders, or because it's not a media type).
+
2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/dirac/Makefile.am: