[Mlt-devel] [mltframework/mlt] 71f4e3: Fix some compile warnings raised by clang.

2013-05-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 71f4e344fa1361ec1d3195818c23ac48cd1f4393 https://github.com/mltframework/mlt/commit/71f4e344fa1361ec1d3195818c23ac48cd1f4393 Author: Dan Dennedy Date: 2013-05-07 (Tue, 07 May 2013) Changed paths:

Re: [Mlt-devel] jack mlt transport sync issues

2013-05-07 Thread Dan Dennedy
On Tue, May 7, 2013 at 12:29 PM, Ed Rogalsky wrote: > Hi Dan, > > the last days I did a lot of jack transport sync tests and found the > following behaviour: > > For frame rates unequal 25 fps the mlt playback is deverging pretty fast. In > about 3-5s > I get a difference of a frame and so on. Onl

[Mlt-devel] jack mlt transport sync issues

2013-05-07 Thread Ed Rogalsky
Hi Dan, the last days I did a lot of jack transport sync tests and found the following behaviour: For frame rates unequal 25 fps the mlt playback is deverging pretty fast. In about 3-5s I get a difference of a frame and so on. Only for 25 fps the mlt playback speed and jack is in sync. And this i

Re: [Mlt-devel] (no subject)

2013-05-07 Thread Dan Dennedy
On Tue, May 7, 2013 at 10:36 AM, Janne Liljeblad wrote: > f I change the values used in that test to "0.567800" and 0.5678, it > still passes. Maybe you are affected by numeric locale. See test > RadixRespondsToLocale() in the same file. If you are running in an > environment that defines the radi

[Mlt-devel] (no subject)

2013-05-07 Thread Janne Liljeblad
f I change the values used in that test to "0.567800" and 0.5678, it still passes. Maybe you are affected by numeric locale. See test RadixRespondsToLocale() in the same file. If you are running in an environment that defines the radix as a comma, then indeed "0.5678" will get converted to 0. Dan,

Re: [Mlt-devel] SWIG bindings for mlt_x_close (playlist/consumer) not included

2013-05-07 Thread Aaron Cruz
> I do not know what you are talking about (properties are being set) > and what you mean by ".new". If you refer to the properties that are > set in the various C init functions, then it does not matter. That is what I meant. > I was using swig v2.0.4. And I v2.0.7 If you get interested in scra

Re: [Mlt-devel] SWIG bindings for mlt_x_close (playlist/consumer) not included

2013-05-07 Thread Dan Dennedy
On Tue, May 7, 2013 at 9:58 AM, Aaron Cruz wrote: > Thanks for looking into this. I will run some more tests. > > What do you mean by "when the playlist is deleted"? Because setting it to > nil was not affecting anything on my side. I mean when you work in C++ and delete the playlist or when you

Re: [Mlt-devel] MLT converst strins to ints instead of floats when setting values on Frei0r plugins

2013-05-07 Thread Dan Dennedy
On Tue, May 7, 2013 at 2:41 AM, Janne Liljeblad wrote: > Hello Dan, > > I was doing some edits for upcoming 1.0 Flowblade release. > > I discovered that when setting parameter values for frei0r plugins MLT > 0.8.8 converts string expressions of float values to 0 or 1 instead of the > intended floa

Re: [Mlt-devel] SWIG bindings for mlt_x_close (playlist/consumer) not included

2013-05-07 Thread Aaron Cruz
Thanks for looking into this. I will run some more tests. What do you mean by "when the playlist is deleted"? Because setting it to nil was not affecting anything on my side. You say that Mlt::Producer.new is the preferred form. Is that also true with Mlt::Factory.consumer? Why? I see in your s

[Mlt-devel] mlt string conversion post continued

2013-05-07 Thread Janne Liljeblad
Hello Dan, I sent the previous post before it was ready, I was trying to make new paragraph and the keyboard focus was on "Send", sorry for that. What was missing in the end was a question that should I try to create some Python bindings specific test suite, because there may be some regressions

[Mlt-devel] MLT converst strins to ints instead of floats when setting values on Frei0r plugins

2013-05-07 Thread Janne Liljeblad
Hello Dan, I was doing some edits for upcoming 1.0 Flowblade release. I discovered that when setting parameter values for frei0r plugins MLT 0.8.8 converts string expressions of float values to 0 or 1 instead of the intended float value. So anything < "1.0" is converted to 0 and "1.0" is convert

Re: [Mlt-devel] SWIG bindings for mlt_x_close (playlist/consumer) not included

2013-05-07 Thread Dan Dennedy
On Tue, May 7, 2013 at 4:02 AM, Aaron Cruz wrote: > No, it isn't open source (ATM). I would like to release part of it at some > point. > > The project is basically a simple RESTful web server wrapping the ruby swig > bindings that takes in API calls and consumes and produces JSON. It is > pretty

Re: [Mlt-devel] SWIG bindings for mlt_x_close (playlist/consumer) not included

2013-05-07 Thread Aaron Cruz
No, it isn't open source (ATM). I would like to release part of it at some point. The project is basically a simple RESTful web server wrapping the ruby swig bindings that takes in API calls and consumes and produces JSON. It is pretty much a ruby http version of melted that speaks JSON. If nec