[vlc-devel] commit: osx/framework: fixed verbosity setting ( Felix Paul Kühne )

Mike Schrag mschrag at pobox.com
Thu Dec 17 20:25:36 CET 2009


How are most people using VLCKit?  In my VLC fork, I converted this properties chuck to load from a key in NSBundle Info.plist, which has been really handy. I suspect many apps will actually want a custom definition for these keys like ours did. Would you be interested in a patch for that?  I do think it should fall back to these as reasonable defaults, though.

ms

On Dec 17, 2009, at 2:14 PM, git version control wrote:

> vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 17 20:14:18 2009 +0100| [ddb9216b2735ea9a4cb4fd0e95a14beaf4b63112] | committer: Felix Paul Kühne 
> 
> osx/framework: fixed verbosity setting
> 
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ddb9216b2735ea9a4cb4fd0e95a14beaf4b63112
> ---
> 
> projects/macosx/framework/Sources/VLCLibrary.m |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m
> index cfa580b..a30d2ed 100644
> --- a/projects/macosx/framework/Sources/VLCLibrary.m
> +++ b/projects/macosx/framework/Sources/VLCLibrary.m
> @@ -74,7 +74,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
>             "--ignore-config",           // Don't read and write VLC config files.
> 			"--opengl-provider=minimal_macosx", // Use minimal_macosx
>             "--vout=minimal_macosx",
> -			"-verbose=-1",               // Don't polute the log
> +			"--verbose=2",               // Don't polute the log
>             "--play-and-pause"           // When ending a stream pause it instead of stopping it.
>             //, "--control=motion", "--motion-use-rotate", "--video-filter=rotate"
>         };
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel





More information about the vlc-devel mailing list