summaryrefslogtreecommitdiff
path: root/modules/gst_video/gst_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gst_video/gst_video.c')
-rw-r--r--modules/gst_video/gst_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gst_video/gst_video.c b/modules/gst_video/gst_video.c
index b0afa06..8807caf 100644
--- a/modules/gst_video/gst_video.c
+++ b/modules/gst_video/gst_video.c
@@ -40,7 +40,7 @@ static int module_init(void)
{
gst_init(NULL, NULL);
- vidcodec_register(&h264);
+ vidcodec_register(baresip_vidcodecl(), &h264);
info("gst_video: using gstreamer H.264 encoder\n");