Hello!
Android Tutorial 3 works if i don't change anything.
I tried change this line in tutorial-3.c
/* Build pipeline */
data->pipeline = gst_parse_launch("udpsrc port=5000 !
application/x-rtp, payload=10 ! rtph264depay ! avdec_h264 !
autovideoconvert", &error);
if (error) {
gchar *message = g_strdup_printf("Unable to build pipeline:
%s", error->message);
g_clear_error (&error);
set_ui_message(message, data);
g_free (message);
return NULL;
}
What i see is, that the app seems to be frozen after starting.
For example the State of "Playing" or "pause" is not shown and the
sreen stays black.
Seems like on process is frozen.
Any suggestions?
Thank you
Best Regards
Simon
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel