<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello!</p>
    <p>Android Tutorial 3 works if i don't change anything. <br>
    </p>
    <p>I tried change this line in tutorial-3.c</p>
    <p>/* Build pipeline */<br>
        data->pipeline = gst_parse_launch("<b>udpsrc port=5000 !
        application/x-rtp, payload=10 ! rtph264depay ! avdec_h264 !
        autovideoconvert</b>", &error);<br>
        if (error) {<br>
          gchar *message = g_strdup_printf("Unable to build pipeline:
      %s", error->message);<br>
          g_clear_error (&error);<br>
          set_ui_message(message, data);<br>
          g_free (message);<br>
          return NULL;<br>
        }</p>
    <p>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.</p>
    <p>Seems like on process is frozen. <br>
    </p>
    <p>Any suggestions?</p>
    <p>Thank you</p>
    <p>Best Regards</p>
    <p>Simon<br>
    </p>
  </body>
</html>