Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bz18536: Rework subprocess scheme to allow setting gstreamer variables e... #120

Merged
merged 1 commit into from
Dec 9, 2011

Conversation

geoffl
Copy link
Contributor

@geoffl geoffl commented Dec 7, 2011

...arly.

The gstreamer environment variables needs to be set early to prevent
an import prematurely happening and thus missing out on these
variables, and thus not looking up in these paths.

But setting it in the environ is not that easy, because Windows has
certain limitations about what you can and can't set there, among
other limitations. So rework the code so that these problems are
not present.

…s early.

The gstreamer environment variables needs to be set early to prevent
an import prematurely happening and thus missing out on these
variables, and thus not looking up in these paths.

But setting it in the environ is not that easy, because Windows has
certain limitations about what you can and can't set there, among
other limitations.  So rework the code so that these problems are
not present.
@paulswartz
Copy link
Contributor

Comments on this branch attached to an older commit: geoffl@3b42bce

paulswartz added a commit that referenced this pull request Dec 9, 2011
bz18536: Rework subprocess scheme to allow setting gstreamer variables e...
@paulswartz paulswartz merged commit dd36f42 into pculture:master Dec 9, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants