summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-30 12:52:12 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-30 12:52:12 +0000
commitb51eb6686d935e8a75e1cb03cfe723db6446ecf6 (patch)
tree66f36d30c4629a53adf7a9bdb6337889a9d43f99
parent8032ddd30a60666e26324c132869760bdd0bcee2 (diff)
downloadgst-plugins-bad-b51eb6686d935e8a75e1cb03cfe723db6446ecf6.tar.gz
gst-plugins-bad-b51eb6686d935e8a75e1cb03cfe723db6446ecf6.tar.bz2
gst-plugins-bad-b51eb6686d935e8a75e1cb03cfe723db6446ecf6.zip
ext/esd/esdsink.c: Since we have static pad template caps, we don't need to negotiate; either the core errors out or ...
Original commit message from CVS: 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/esd/esdsink.c: (gst_esdsink_init): Since we have static pad template caps, we don't need to negotiate; either the core errors out or we know the format.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7a70e38..1a4ad7c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * ext/esd/esdsink.c: (gst_esdsink_init):
+ Since we have static pad template caps, we don't need to negotiate;
+ either the core errors out or we know the format.
+
+2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
(gst_riff_read_seek):
* gst/matroska/ebml-read.c: (gst_ebml_read_element_id),