diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-07 16:11:39 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-07 16:11:39 +0000 |
commit | 8b93daeed1079a23490e019f4bcaaed6263a62a4 (patch) | |
tree | 01286e5d0df425c8c23beb1dc755dbdeb7a43529 | |
parent | e67e64c0cc77d0144399448ee38eedc31dbd907f (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |