Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Need to update "Prerequisites" section documentation #5

@nicosocoro

Description

@nicosocoro

Considerations

Issue description

In README's Prerequisites section (working on Windows), it states we need to add two new values to PATH environment variable (EV):

  • %GSTREAMER_1_0_ROOT_X86_64%\bin
  • %GSTREAMER_1_0_ROOT_X86_64%\lib\gstreamer-1.0

However, when we install the GStreamer mingw version, it creates the GSTREAMER_1_0_ROOT_MINGW_X86_64 EV (notice the extra MINGW between ROOT and X86_64).

At first, I got an error related to not being able to find gstreamer-1.0-0.dll (similar as reported in Issue#1: You are missing gstreamer-1.0-0.dll). Although, adding MINGW made it work out.

To sum up, the two above values should be, respectively, updated to:

  • %GSTREAMER_1_0_ROOT_MINGW_X86_64%\bin
  • %GSTREAMER_1_0_ROOT_MINGW_X86_64%\lib\gstreamer-1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions