diff --git a/gst-inspect-1.0-wrapper.sh b/gst-inspect-1.0-wrapper.sh index d178727..8d3dfc0 100644 --- a/gst-inspect-1.0-wrapper.sh +++ b/gst-inspect-1.0-wrapper.sh @@ -3,5 +3,5 @@ export LD_LIBRARY_PATH=/var/packages/VideoStation/target/lib/patch/lib/ export GST_PLUGIN_PATH=/var/packages/VideoStation/target/lib/patch/plugins/ -/var/packages/VideoStation/target/bin/gst-inspect-1.0.orig "$@" +/var/packages/CodecPack/target/pack/bin/gst-inspect-1.0.orig "$@" diff --git a/gst-launch-1.0-wrapper.sh b/gst-launch-1.0-wrapper.sh index c8be846..532b1e4 100644 --- a/gst-launch-1.0-wrapper.sh +++ b/gst-launch-1.0-wrapper.sh @@ -52,7 +52,7 @@ info "DEFAULT_ARGS: $*" export LD_LIBRARY_PATH=/var/packages/VideoStation/target/lib/patch/lib/ export GST_PLUGIN_PATH=/var/packages/VideoStation/target/lib/patch/plugins/ -/var/packages/VideoStation/target/bin/gst-launch-1.0.orig "$@" 2> $stderrfile & +/var/packages/CodecPack/target/pack/bin/gst-launch-1.0.orig "$@" 2> $stderrfile & child=$! info "gst-launch pid: $child" wait $child diff --git a/patcher.sh b/patcher.sh index c54f135..349ba98 100755 --- a/patcher.sh +++ b/patcher.sh @@ -133,12 +133,12 @@ function patch() { info "Enabling eac3, dts and truehd" sed -i -e 's/eac3/3cae/' -e 's/dts/std/' -e 's/truehd/dheurt/' "$libsynovte_path" - if [[ ! -f "$vs_path/etc/gstomx.conf.orig" ]]; then - info "Enabling gstreamer OpenMAX H.265 Video Decoder" - mv -n "$vs_path/etc/gstomx.conf" "$vs_path/etc/gstomx.conf.orig" - cp "$cp_path/etc/gstomx.conf" "$vs_path/etc/gstomx.conf" - chown VideoStation:VideoStation "$cp_path/etc/gstomx.conf" - fi +# if [[ ! -f "$vs_path/etc/gstomx.conf.orig" ]]; then +# info "Enabling gstreamer OpenMAX H.265 Video Decoder" +# mv -n "$vs_path/etc/gstomx.conf" "$vs_path/etc/gstomx.conf.orig" +# cp "$cp_path/etc/gstomx.conf" "$vs_path/etc/gstomx.conf" +# chown VideoStation:VideoStation "$cp_path/etc/gstomx.conf" +# fi if [[ ! -d "$vs_lib_path/patch" ]]; then info "Downloading gstreamer patch"