Projects
Multimedia
gmerlin
gmerlin-4256-write_frame_jack.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gmerlin-4256-write_frame_jack.patch of Package gmerlin
diff -U 3 -H -d -r -N -- gmerlin.orig/plugins/jack/oa_jack.c gmerlin/plugins/jack/oa_jack.c --- gmerlin.orig/plugins/jack/oa_jack.c 2015-02-23 02:44:23.000000000 +0300 +++ gmerlin/plugins/jack/oa_jack.c 2015-02-23 09:31:25.789886541 +0300 @@ -178,12 +178,11 @@ return GAVL_SINK_OK; } -static void -write_frame_jack(void * p, gavl_audio_frame_t * f) - { - jack_t * priv = p; - gavl_audio_sink_put_frame(priv->sink, f); - } +//static void write_frame_jack(void * p, gavl_audio_frame_t * f) +// { +// jack_t * priv = p; +// gavl_audio_sink_put_frame(priv->sink, f); +// } static int open_jack(void * data, gavl_audio_format_t * format) { @@ -295,7 +294,7 @@ .open = open_jack, .get_sink = get_sink_jack, .start = bg_jack_start, - .write_audio = write_frame_jack, +// .write_audio = write_frame_jack, .stop = bg_jack_stop, .close = close_jack, .get_delay = get_delay_jack,
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.