Patching a 3rd-party plugin in runtime
Action | Key |
---|---|
Play / Pause | K or space |
Mute / Unmute | M |
Toggle fullscreen mode | F |
Select next subtitles | C |
Select next audio track | A |
Show slide in full page or toggle automatic source change | V |
Seek 5s backward | left arrow |
Seek 5s forward | right arrow |
Seek 10s backward | shift + left arrow or J |
Seek 10s forward | shift + right arrow or L |
Seek 60s backward | control + left arrow |
Seek 60s forward | control + right arrow |
Decrease volume | shift + down arrow |
Increase volume | shift + up arrow |
Decrease playback rate | < |
Increase playback rate | > |
Seek to end | end |
Seek to beginning | beginning |
You can right click on slides to open the menu
Share this media
HLS video stream
You can use an external player to play this stream (like VLC).
HLS video stream
Subscribe to notifications
When subscribed to notifications, an email will be sent to you for all added annotations.
Your user account has no email address.
Information on this media
17 views
It is about one interesting side of the GObject, that allows us to use in runtime an already registered gstreamer element as a base class, and therefore register a new gstreamer element that would contain certain modifications or interceptions applied to the original one.
In particular this can be interesting because it allows to intercept the behaviour of an element, the code of which we can’t or don’t want to modify.
The technical side of the idea is quite simple, you can find the explanation is a short code example here:
https://github.com/aslobodeniuk/fun/blob/master/gobject-mutogene/examples/gobject-mutation.c
The possible usecases are not that clear, so at the same time we will present that few we can imagine but also let the listeners think about if they can propose more usecases.
The talk could be scheduled as:
Brief introduction into how the GType registration works, and how GStreamer uses it - 10 min
Walk through the code example - 10 min
Speaking about the possible usecases - 5 min
Questions - 5 min
Creation date:
Sept. 26, 2023
Speakers:
Mr Alexander Slobodeniuk
License:
CC BY-SA 3.0
Links:
Other media in the channel "GStreamer Conference 2023"
- 334 views, 162 this year, 10 this monthHow we are building a distributed multi-camera real-time sports tracking system using GStreamer and RustSeptember 26th, 2023
- 48 views, 16 this yearFlumes: Scan and index your multimedia filesSeptember 26th, 2023
- 258 views, 172 this year, 6 this monthGstWASM: GStreamer for the webSeptember 26th, 2023
- 79 views, 40 this year, 2 this monthVariations on a WebRTC relay architecture (featuring Janus and WebRTC{Src,Sink})September 26th, 2023
- 47 views, 18 this year, 1 this monthHYPE: HYbrid Parallel EncoderSeptember 26th, 2023
- 94 views, 64 this year, 5 this monthlibcamerasrc: Introduction and usage of libcamera's GStreamer elementSeptember 26th, 2023