<div dir="ltr"><div><div><div><div><div>Hi List!<br></div>I have a small application where I have a videotesrsrc to a autovideosink connected. <br>When I change the status of the pipeline to playing, the window opens and I see the image<br></div>of the pattern (I tested with 1), put the image is frozen and does not play.<br><br>Whe I set the Debug Log to INFO, I see that all the elements changed the status from PAUSED to PLAYING:<br>...<br>0:00:00.029939278 29879      0x168fa00 INFO              GST_STATES gstelement.c:2365:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)<br>...<br><br>But I don't see the Event logging of the function "gst_event_new_qos_ful". I should see something like this:<br>...<br>0:00:00.074797409 29879      0x17f4a80 INFO               GST_EVENT gstevent.c:891:gst_event_new_qos_full: creating qos type 0, proportion 0.036414, diff -32048408, timestamp 0:00:00.033333333<br>0:00:00.112462792 29879      0x17f4a80 INFO               GST_EVENT gstevent.c:891:gst_event_new_qos_full: creating qos type 0, proportion 0.039030, diff -20954950, timestamp 0:00:00.066666666<br>...<br><br></div>but I don't see it. I think this is the reason why the image is frozen, but I don't know where to search the error.<br><br></div>Does anyone have a clue?<br></div>Thanks!!<br></div>