[Bug 771773] Android: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 26 14:20:10 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=771773

--- Comment #7 from mark.dion91 at gmail.com ---
The only change I made was in player.c, I added these 2 lines at the end of the
native_new method:

  pipeline = gst_player_get_pipeline(player->player);
  gst_pipeline_use_clock(GST_PIPELINE (pipeline), NULL);

https://github.com/sdroege/gst-player/blob/master/android/app/src/main/jni/player.c

This was in an effort to reduce latency as much as possible, and setting the
clock to NULL did the trick.

I am not explicitly setting the GstContext on the pipeline.

-- 
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