Skip to content

Commit

Permalink
gstreamer playback: remove subtitles until fully supported
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoCash committed Nov 7, 2017
1 parent b4dfa39 commit 0d8ae30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libarmbox/playback_gst.cpp
Expand Up @@ -567,8 +567,7 @@ bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/,

lt_info("%s:%s - filename=%s\n", FILENAME, __FUNCTION__, filename);

guint flags = GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | \
GST_PLAY_FLAG_TEXT | GST_PLAY_FLAG_NATIVE_VIDEO;
guint flags = GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_NATIVE_VIDEO;

/* increase the default 2 second / 2 MB buffer limitations to 5s / 5MB */
int m_buffer_size = 5*1024*1024;
Expand Down

0 comments on commit 0d8ae30

Please sign in to comment.