Commits on Source (14)
-
Sebastian Dröge authored
gst::Object is not actually required. For plain glib::Objects only the pointer address is printed instead of a name but it works fine.
67e6afc6 -
Sebastian Dröge authored
This requires some acrobatics due to inconsistent ownership handling of the buffers on the C side.
d429fad5 -
Sebastian Dröge authored38071f18
-
Sebastian Dröge authored
Because of floating reference problems in the API that have to be worked around.
aa86c804 -
Sebastian Dröge authored21ffeb5e
-
Sebastian Dröge authorede02ec7a8
-
Sebastian Dröge authored19295f75
-
Sebastian Dröge authored
Not assigning it to a variable would cause it to be dropped immediately and the lock to be released again immediately.
ed80467f -
Sebastian Dröge authored
It's usually a mistake if creating one of these and immediately dropping them again as that would immediately unlock the mutex again.
4e30798a -
Sebastian Dröge authored
And never calling the callbacks again but instead just failing. Fixes gstreamer/gstreamer-rs#241
01da01c9 -
Sebastian Dröge authored671605d8
-
Sebastian Dröge authored
See gstreamer/gstreamer!388
2599acc6 -
Sebastian Dröge authored079095b5
-
Sebastian Dröge authored
examples/src/bin/rtsp-server-subclass.rs
0 → 100644