After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 617625 - Commandline utility wrappers (gst-run) don't work on Windows
Commandline utility wrappers (gst-run) don't work on Windows
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal minor
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-04 09:32 UTC by LRN
Modified: 2010-05-05 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix gst-run wrapper to work on Windows (2.40 KB, patch)
2010-05-04 09:33 UTC, LRN
committed Details | Review

Description LRN 2010-05-04 09:32:07 UTC
Due to two things
1) They improperly match files for "gst-blah.exe-*.*" (i.e. they don't check that basename might have .exe extension)
2) They believe that libtool-generated wrappers have "lt-" prefix in their names, which is not true for Windows (for reasons beyond my comprehension)
Comment 1 LRN 2010-05-04 09:33:02 UTC
Created attachment 160250 [details] [review]
Fix gst-run wrapper to work on Windows
Comment 2 Tim-Philipp Müller 2010-05-05 16:10:57 UTC
Comment on attachment 160250 [details] [review]
Fix gst-run wrapper to work on Windows

Committed with some changes, hope it still works.


commit 01a966eec38532b2d165e31419aca4ff0e0a4304
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Tue May 4 13:29:02 2010 +0400

    tools: fix gst-run wrapper to work on Windows
    
    Fixes #617625