From 282ed58bec9bffad444264d5e82dd56212f3e1c0 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 12 Nov 2017 08:58:18 +0100 Subject: [PATCH] init mpegts Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/fc5d505995ab7e1d971530546f3680705c3a96ee Author: Jacek Jendrzej Date: 2017-11-12 (Sun, 12 Nov 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/playback_gst.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libarmbox/playback_gst.cpp b/libarmbox/playback_gst.cpp index 6cb5ff0..2483551 100644 --- a/libarmbox/playback_gst.cpp +++ b/libarmbox/playback_gst.cpp @@ -411,6 +411,8 @@ cPlayback::cPlayback(int num) gst_version (&major, &minor, µ, &nano); + gst_mpegts_initialize(); + if (nano == 1) nano_str = "(CVS)"; else if (nano == 2)