msvc build -- can't find elements in `playback` plugin

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

msvc build -- can't find elements in `playback` plugin

David Ing
I was wondering if anyone else is having this problem with the MSVC binaries (official build), or if it is just me.

Under 1.16.0-msvc:

$ gst-inspect-1.0 --plugin playback
Plugin Details:
  Name                     playback
  Description              various playback elements
  Filename                 C:\dev\gstreamer\1.16.0-msvc\x86_64\lib\gstreamer-1.0\gstplayback.dll
  Version                  1.16.0
  License                  LGPL
  Source module            gst-plugins-base
  Binary package           GStreamer Base Plug-ins source release
  Origin URL               Unknown package origin


  0 features:


Under 1.16.0-mingw

$ gst-inspect-1.0 --plugin playback
Plugin Details:
  Name                     playback
  Description              various playback elements
  Filename                 C:\dev\gstreamer\1.16.0-mingw\x86_64\lib\gstreamer-1.0\libgstplayback.dll
  Version                  1.16.0
  License                  LGPL
  Source module            gst-plugins-base
  Binary package           GStreamer Base Plug-ins source release
  Origin URL               Unknown package origin

  playbin: Player Bin 2
  playbin3: Player Bin 3
  playsink: Player Sink
  subtitleoverlay: Subtitle Overlay
  streamsynchronizer: Stream Synchronizer
  decodebin: Decoder Bin
  decodebin3: Decoder Bin 3
  uridecodebin: URI Decoder
  uridecodebin3: URI Decoder
  urisourcebin: URI reader
  parsebin: Parse Bin

  11 features:
  +-- 11 elements

WARNING: no real random source present!


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: msvc build -- can't find elements in `playback` plugin

David Ing
The solution was to delete the plugin cache, which on my Windows 10 machine lives here:

%USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache\gstreamer-1.0\registry.x86_64.bin



On Thu, Aug 8, 2019 at 2:03 PM David Ing <[hidden email]> wrote:
I was wondering if anyone else is having this problem with the MSVC binaries (official build), or if it is just me.

Under 1.16.0-msvc:

$ gst-inspect-1.0 --plugin playback
Plugin Details:
  Name                     playback
  Description              various playback elements
  Filename                 C:\dev\gstreamer\1.16.0-msvc\x86_64\lib\gstreamer-1.0\gstplayback.dll
  Version                  1.16.0
  License                  LGPL
  Source module            gst-plugins-base
  Binary package           GStreamer Base Plug-ins source release
  Origin URL               Unknown package origin


  0 features:


Under 1.16.0-mingw

$ gst-inspect-1.0 --plugin playback
Plugin Details:
  Name                     playback
  Description              various playback elements
  Filename                 C:\dev\gstreamer\1.16.0-mingw\x86_64\lib\gstreamer-1.0\libgstplayback.dll
  Version                  1.16.0
  License                  LGPL
  Source module            gst-plugins-base
  Binary package           GStreamer Base Plug-ins source release
  Origin URL               Unknown package origin

  playbin: Player Bin 2
  playbin3: Player Bin 3
  playsink: Player Sink
  subtitleoverlay: Subtitle Overlay
  streamsynchronizer: Stream Synchronizer
  decodebin: Decoder Bin
  decodebin3: Decoder Bin 3
  uridecodebin: URI Decoder
  uridecodebin3: URI Decoder
  urisourcebin: URI reader
  parsebin: Parse Bin

  11 features:
  +-- 11 elements

WARNING: no real random source present!


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel