summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-17 17:31:47 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-17 17:31:47 +0000
commit2013184913b1709055c703bc66435de8f50fe360 (patch)
tree4ed412ffdc824cf0cdd59f5f361627a441d557c3
parent57168b22a6cf4c2b63bc91fea386ed46bcce53a1 (diff)
downloadgst-plugins-bad-2013184913b1709055c703bc66435de8f50fe360.tar.gz
gst-plugins-bad-2013184913b1709055c703bc66435de8f50fe360.tar.bz2
gst-plugins-bad-2013184913b1709055c703bc66435de8f50fe360.zip
ext/shout2/gstshout2.c: Guimond, fixes #142432)
Original commit message from CVS: * ext/shout2/gstshout2.c: use application/ogg instead of application/x-ogg (patch by Patrick Guimond, fixes #142432) * sys/oss/gstosselement.c: (gst_osselement_reset), (gst_osselement_sync_parms): don't set fragment size unless specified
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54fff9e0..5e4fac2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * ext/shout2/gstshout2.c:
+ use application/ogg instead of application/x-ogg (patch by Patrick
+ Guimond, fixes #142432)
+ * sys/oss/gstosselement.c: (gst_osselement_reset),
+ (gst_osselement_sync_parms):
+ don't set fragment size unless specified
+
2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* configure.ac : fix compilation of v4l2src with "-Wall -Werror"