Since the last gstreamer updates, gst-launch-ext hasn't worked. I narrowed it down to a matter of variable scope in the 'extension()' function. Here's a patch for the impatient (like me ;)

--- gst-launch-ext.orig 2002-11-06 05:46:40.000000000 -0500
+++ gst-launch-ext 2002-11-08 00:48:39.000000000 -0500
@@ -15,7 +15,7 @@
# .tar.gz extensions do we ?
if ($path =~ /\./)
{
- my $ext = $path;
+ $ext = $path;
$ext =~ s/^.*\.//;
}
else { $ext = ""; }


_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


Reply via email to