Skip to content

Various fixes

commit cc33f99b48582345ad1df3c68fe2921af4ae7486
Author: Christian Glombek <lorbus@fedoraproject.org>
Date:   Fri Jan 21 19:42:35 2022 +0100

    wfd-media-factory: Fix GStreamer-CRITICAL on stream start
    
    Fixes:
    ```
    (gnome-network-displays:70304): GStreamer-CRITICAL **: 19:18:24.165: gst_event_new_qos: assertion 'diff >= 0 || -diff <= timestamp' failed
    
    (gnome-network-displays:70304): GStreamer-CRITICAL **: 19:18:24.165: gst_element_send_event: assertion 'event != NULL' failed
    ```

commit 096a39c27c66368da3712b8cc32f55faf029bdf2
Author: Christian Glombek <lorbus@fedoraproject.org>
Date:   Fri Jan 21 18:07:06 2022 +0100

    nd-wfd-p2p-sink: Fix finalization of cancellable
    
    The cancellable is otherwise recreated in
    `nd_wfd_p2p_sink_sink_stop_stream_int`
Edited by Christian Glombek

Merge request reports