[Bug 666898] cut file with GES
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 17 09:19:28 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=666898
GStreamer | gst-editing-services | git
Vincent Penquerc'h <vincent.penquerch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
CC| |vincent.penquerch at collabora
| |.co.uk
--- Comment #1 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-01-17 17:19:22 UTC ---
I'm far from an expert in this, but:
That fopen and associated API fails to deal with files larger that 2 GB seems
like an issue with the build, as it should be able to be set up to support
this.
Thus, the use of open and friends is likely a red herring. This API is probably
compiled to support 64 bit offsets while the fopen family isn't.
A quick look at my stdio.h shows the fopen family should have 64 bit support
when built with __USE_FILE_OFFSET64.
As for the second issue (for which a second bug should have been open), does
the hang also happen with other file types (eg, Ogg files, MPEG files, etc) ?
I'm not unsure an EOS would happen - it may be a segment seek, in which case
you'd get a segment-done event (but it should still quit, so the hang is a bug
either way).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list