pitivi / gst-editing-services

MIRROR of the GStreamer Editing Services repository for pull requests. The official git repository is at http://cgit.freedesktop.org/gstreamer/gst-editing-services/
Other
1 stars 1 forks source link

On my 32 bit system, test-snapping fails #55

Closed jojva closed 11 years ago

jojva commented 11 years ago

test-snapping from timelineedition.c fails on reading: g_object_set (clip1, "duration", 46, NULL); and another similar line. (Very) weird error: http://pastebin.com/qLxZeTRj Fix is here: jojva@5f443bed296aeef2669f9aa89a64e45179e66366

thiblahute commented 11 years ago

On Fri, 2013-09-13 at 19:24 -0700, Joris Valette wrote:

test-snapping from timelineedition.c fails on reading: g_object_set (clip1, "duration", 46, NULL); and another similar line. (Very) weird error: http://pastebin.com/qLxZeTRj Fix is here: jojva@5f443be

Indeed the error message is interesting! I have already seen this kind of weirdness, but that message was specialy unanderstandable!

thiblahute commented 11 years ago

pushed