Freetype spu text errors when taking snapshots

This forum is about all development around libVLC.
Boehmi
New Cone
New Cone
Posts: 2
Joined: 09 Apr 2014 11:25

Freetype spu text errors when taking snapshots

Postby Boehmi » 09 Apr 2014 11:38

Hello,

I've written a little application using LibVLC that captures the desktop and takes screenshots in regular intervals.

However, whenever the libvlc_video_take_snapshot function does its thing, I get the following error:

freetype spu text error: Breaking unbreakable line

Here's my function call and the arguments I pass to it:

#define SNAPSHOT_FOLDER "C:/testing/"
libvlc_media_player_t* media_player;
media_player = libvlc_media_player_new(inst);
int width = 800;
int height= 600;

libvlc_video_take_snapshot(media_player, 0, SNAPSHOT_FOLDER, width, height);

It takes the snapshot just fine, but I wonder why this error occurs.

I'm using VLC 2.1.3 on Windows 7 and simply used the libvlc from the sdk folder there. From what I've gathered, this problem is something font related and might be that little pop-up on the Direct3D output that shows you what path the snapshot got saved to.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Freetype spu text errors when taking snapshots

Postby Jean-Baptiste Kempf » 22 Apr 2014 15:02

This is a normal warning
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 24 guests