search for: sample_in_record

Displaying 3 results from an estimated 3 matches for "sample_in_record".

2008 Apr 21
4
[PATCH] liboggplay - kate support, build fixes, and misc
Hi, I've added kate support to liboggplay (a prerequisite to getting kate tracks to work with the mozilla plugin, which I've now got working on Linux). In addition to the Kate code: - a new oggplay-uninstalled.pc file - configure.ac checks for C++ compiler - no check for fishsound version - it wanted 0.8.0, but the svn itself was 0.7.1 !? - don't use imlib2 (nor dump-first-frame) if
2008 Apr 21
0
[PATCH] liboggplay - kate support, build fixes, and misc
...e) thanks, you added a missing $(FISHSOUND_CFLAGS) to src/liboggplay/Makefile.am > - oggplay_set_track_inactive is now exposed in the API (I needed this > to switch kate tracks > on the fly in the browser plugin) ok! There seems to be some inconsistency in the changes to the type of sample_in_record and its accessor: the field was changed from int to ogg_int64_t in src/liboggplay/oggplay_callback_info.h, and the return type of the accessor function was changed from int to long in the corresponding .c file and public header. I've committed (in changeset:3561) everything except: - the ch...
2008 May 01
2
[PATCH] liboggplay - kate support, build fixes, and misc
> There seems to be some inconsistency in the changes to the type of > sample_in_record and its accessor: the field was changed from int to > ogg_int64_t in src/liboggplay/oggplay_callback_info.h, and the return > type of the accessor function was changed from int to long in the > corresponding .c file and public header. Having heard no more about this, I'll make a patch...