summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-07 16:11:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-07 16:11:39 +0000
commit8b93daeed1079a23490e019f4bcaaed6263a62a4 (patch)
tree01286e5d0df425c8c23beb1dc755dbdeb7a43529
parente67e64c0cc77d0144399448ee38eedc31dbd907f (diff)
downloadgst-plugins-bad-8b93daeed1079a23490e019f4bcaaed6263a62a4.tar.gz
gst-plugins-bad-8b93daeed1079a23490e019f4bcaaed6263a62a4.tar.bz2
gst-plugins-bad-8b93daeed1079a23490e019f4bcaaed6263a62a4.zip
sys/oss/: Fix offset on osssrc.
Original commit message from CVS: * sys/oss/gstosselement.c: (gst_osselement_reset), (gst_osselement_parse_caps): * sys/oss/gstosselement.h: * sys/oss/gstosssrc.c: (gst_osssrc_get): Fix offset on osssrc.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2d7047a..b7c888fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-07-07 Wim Taymans <wim@fluendo.com>
+ * sys/oss/gstosselement.c: (gst_osselement_reset),
+ (gst_osselement_parse_caps):
+ * sys/oss/gstosselement.h:
+ * sys/oss/gstosssrc.c: (gst_osssrc_get):
+ Fix offset on osssrc.
+
+2004-07-07 Wim Taymans <wim@fluendo.com>
+
* ext/theora/theora.c: (plugin_init):
* ext/theora/theoradec.c: (theora_dec_from_granulepos),
(theora_dec_src_query), (theora_dec_chain):