I am having trouble getting gst-app to work. When I run it,
I get: ** (app.exe:5908): WARNING **: The GStreamer function
gst_init_get_option_group() was called, but the GLib threading system has not been
initialised yet, something that must happen before any other
GLib function is called. The application needs to be fixed so that
it calls if (!g_thread_supported ()) g_thread_init(NULL); as very first thing in its main() function. Please
file a bug against this application. Trying to play file:///c:/hold.mp3 ... I am running on a WinXPSP2 system using OABuild. And then it pops up with a message box that says: ------------------------------------------------------------------------------------------------------------ | Error ------------------------------------------------------------------------------------------------------------ | (X) ** ERROR **: Could not create GStreamer ‘playbin’
element. Please install it | aborting… | | [
OK ] | ------------------------------------------------------------------------------------------------------------ Any help would be greatly appreciated… -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Oh, by the way, when I do add
that (i.e. follow what it says), that message goes away, but I still get the
message box coming up (and then crashing the app). -phil From:
[hidden email]
[mailto:[hidden email]] On Behalf Of Phil
Pellouchoud I am having trouble getting gst-app to work. When I
run it, I get: ** (app.exe:5908): WARNING **: The GStreamer function
gst_init_get_option_group() was called, but the
GLib threading system has not been initialised yet, something
that must happen before any other GLib function is called. The
application needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL); as very first
thing in its main() function. Please file a bug against this
application. Trying to play file:///c:/hold.mp3 ... I am running on a WinXPSP2 system using OABuild. And then it pops up with a message box that says: ------------------------------------------------------------------------------------------------------------ | Error ------------------------------------------------------------------------------------------------------------ | (X) ** ERROR **: Could not create GStreamer
‘playbin’ element. Please install it |
aborting… | |
[
OK ] | ------------------------------------------------------------------------------------------------------------ Any help would be greatly appreciated… -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Phil Pellouchoud
On Fri, 2008-03-28 at 11:20 -0700, Phil Pellouchoud wrote:
> I am having trouble getting gst-app to work. When I run it, I get: > > ** (app.exe:5908): WARNING **: The GStreamer function > gst_init_get_option_group() was called, but the GLib > threading system has not been initialised yet, something > that must happen before ... (snip) This is a bug in gst-app, which I've just fixed in CVS. > Trying to play file:///c:/hold.mp3 ... I think gst-app wants a file path, not an URI. > And then it pops up with a message box that says: > > | (X) ** ERROR **: Could not create GStreamer ‘playbin’ element. > Please install it No idea, maybe GStreamer is looking in the wrong place for your plugins? Try setting GST_PLUGIN_PATH. Cheers -Tim ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Phil Pellouchoud
Okay, after a while playing
around with this I discovered something interesting. gst_plugin_desc is seen as an entry
point for most of the DLLs (for example – libgstdecodebin.dll), but I do not
see that listed for libgstplaybin.dll. I’m guessing that that is my problem.
For some reason that symbol isn’t being included in the build of
libgstplaybin.dll (using “depends.exe”). I started looking into why and
quickly got a headache. It looks like that (gst_plugin_desc) is defined in
gstplugin.h… thoughts? -phil From: [hidden email]
[mailto:[hidden email]] On Behalf Of Phil
Pellouchoud I am having trouble getting gst-app to work. When I
run it, I get: ** (app.exe:5908): WARNING **: The GStreamer function
gst_init_get_option_group() was called, but the
GLib threading system has not been initialised yet, something
that must happen before any other GLib function is called. The
application needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL); as very first
thing in its main() function. Please file a bug against this
application. Trying to play file:///c:/hold.mp3 ... I am running on a WinXPSP2 system using OABuild. And then it pops up with a message box that says: ------------------------------------------------------------------------------------------------------------ | Error ------------------------------------------------------------------------------------------------------------ | (X) ** ERROR **: Could not create GStreamer
‘playbin’ element. Please install it |
aborting… | |
[
OK ] | ------------------------------------------------------------------------------------------------------------ Any help would be greatly appreciated… -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
The interesting thing is that’s
the only DLL that doesn’t have at least one exported symbol/function….
Something’s wrong with the way that thing is getting built… -phil From: Phil Pellouchoud Okay, after a while playing
around with this I discovered something interesting. gst_plugin_desc is seen as an
entry point for most of the DLLs (for example – libgstdecodebin.dll), but I do
not see that listed for libgstplaybin.dll. I’m guessing that that is my
problem. For some reason that symbol isn’t being included in the build of
libgstplaybin.dll (using “depends.exe”). I started looking into why and
quickly got a headache. It looks like that (gst_plugin_desc) is defined
in gstplugin.h… thoughts? -phil From:
[hidden email]
[mailto:[hidden email]] On Behalf Of Phil
Pellouchoud I am having trouble getting gst-app to work. When I
run it, I get: ** (app.exe:5908): WARNING **: The GStreamer function
gst_init_get_option_group() was called, but the
GLib threading system has not been initialised yet, something
that must happen before any other GLib function is called. The application
needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL); as very first
thing in its main() function. Please file a bug against this
application. Trying to play file:///c:/hold.mp3 ... I am running on a WinXPSP2 system using OABuild. And then it pops up with a message box that says: ------------------------------------------------------------------------------------------------------------ | Error ------------------------------------------------------------------------------------------------------------ | (X) ** ERROR **: Could not create GStreamer
‘playbin’ element. Please install it |
aborting… | |
[
OK ] | ------------------------------------------------------------------------------------------------------------ Any help would be greatly appreciated… -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I noticed that when I went to
get version 17 of the windows binaries on the website, it had that
gst_plugin_desc defined. When will the version 18 of the windows plugin
binaries be available? From: Phil Pellouchoud The interesting thing is that’s
the only DLL that doesn’t have at least one exported symbol/function….
Something’s wrong with the way that thing is getting built… -phil From: Phil Pellouchoud Okay, after a while playing
around with this I discovered something interesting. gst_plugin_desc is seen as an
entry point for most of the DLLs (for example – libgstdecodebin.dll), but I do
not see that listed for libgstplaybin.dll. I’m guessing that that is my
problem. For some reason that symbol isn’t being included in the build of
libgstplaybin.dll (using “depends.exe”). I started looking into why and
quickly got a headache. It looks like that (gst_plugin_desc) is defined
in gstplugin.h… thoughts? -phil From:
[hidden email]
[mailto:[hidden email]] On Behalf Of Phil
Pellouchoud I am having trouble getting gst-app to work. When I
run it, I get: ** (app.exe:5908): WARNING **: The GStreamer function
gst_init_get_option_group() was called, but the
GLib threading system has not been initialised yet, something
that must happen before any other GLib function is called. The
application needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL); as very first
thing in its main() function. Please file a bug against this
application. Trying to play file:///c:/hold.mp3 ... I am running on a WinXPSP2 system using OABuild. And then it pops up with a message box that says: ------------------------------------------------------------------------------------------------------------ | Error ------------------------------------------------------------------------------------------------------------ | (X) ** ERROR **: Could not create GStreamer
‘playbin’ element. Please install it |
aborting… | |
[
OK ] | ------------------------------------------------------------------------------------------------------------ Any help would be greatly appreciated… -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi, Is this code supposed to be at
the bottom of gstplaybin.c ? ---- cut here ---- GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "playbin", "play bin",
gst_play_bin_plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) ---- cut here ---- -phil From: Phil Pellouchoud I noticed that when I went to
get version 17 of the windows binaries on the website, it had that
gst_plugin_desc defined. When will the version 18 of the windows plugin
binaries be available? From: Phil Pellouchoud The interesting thing is that’s
the only DLL that doesn’t have at least one exported symbol/function….
Something’s wrong with the way that thing is getting built… -phil From: Phil Pellouchoud Okay, after a while playing
around with this I discovered something interesting. gst_plugin_desc is seen as an
entry point for most of the DLLs (for example – libgstdecodebin.dll), but I do
not see that listed for libgstplaybin.dll. I’m guessing that that is my
problem. For some reason that symbol isn’t being included in the build of
libgstplaybin.dll (using “depends.exe”). I started looking into why and
quickly got a headache. It looks like that (gst_plugin_desc) is defined
in gstplugin.h… thoughts? -phil From: [hidden email]
[mailto:[hidden email]] On Behalf Of Phil
Pellouchoud I am having trouble getting gst-app to work. When I
run it, I get: ** (app.exe:5908): WARNING **: The GStreamer function
gst_init_get_option_group() was called, but the
GLib threading system has not been initialised yet, something that
must happen before any other GLib function is called. The
application needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL); as very first
thing in its main() function. Please file a bug against this
application. Trying to play file:///c:/hold.mp3 ... I am running on a WinXPSP2 system using OABuild. And then it pops up with a message box that says: ------------------------------------------------------------------------------------------------------------ | Error ------------------------------------------------------------------------------------------------------------ | (X) ** ERROR **: Could not create GStreamer
‘playbin’ element. Please install it |
aborting… | |
[
OK ] | ------------------------------------------------------------------------------------------------------------ Any help would be greatly appreciated… -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
More windows joy. I am getting farther with gst-app,
my latest problem is now when I try to play a file, a message prints to the
console window: ** Message: don't know how to
handle application/ogg I think it can find the plugins
because it can load playbin… In %USERPROFILE%\.gstreamer-0.10 there’s
a file called “registry.x86_32.bin” that gets created if I delete
it and run gst-app, but that’s the only file in that directory. On my
home machine, it creates an xml file in there as well, but I think that’s
because I “installed” a gstreamer package… Any ideas? -phil From: Phil Pellouchoud Hi, Is this code supposed to be at
the bottom of gstplaybin.c ? ---- cut here ---- GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "playbin", "play
bin", gst_play_bin_plugin_init, VERSION, GST_LICENSE,
GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) ---- cut here ---- -phil From: Phil Pellouchoud I noticed that when I went to
get version 17 of the windows binaries on the website, it had that
gst_plugin_desc defined. When will the version 18 of the windows plugin
binaries be available? From: Phil Pellouchoud The interesting thing is
that’s the only DLL that doesn’t have at least one exported
symbol/function…. Something’s wrong with the way that thing
is getting built… -phil From: Phil Pellouchoud Okay, after a while playing
around with this I discovered something interesting. gst_plugin_desc is seen as an
entry point for most of the DLLs (for example – libgstdecodebin.dll), but
I do not see that listed for libgstplaybin.dll. I’m guessing that
that is my problem. For some reason that symbol isn’t being
included in the build of libgstplaybin.dll (using
“depends.exe”). I started looking into why and quickly got a
headache. It looks like that (gst_plugin_desc) is defined in
gstplugin.h… thoughts? -phil From:
[hidden email]
[mailto:[hidden email]] On Behalf Of Phil
Pellouchoud I am having trouble getting gst-app to work. When I
run it, I get: ** (app.exe:5908): WARNING **: The GStreamer function
gst_init_get_option_group() was called, but the
GLib threading system has not been initialised yet, something
that must happen before any other GLib function is called. The
application needs to be fixed so that it calls
if (!g_thread_supported ()) g_thread_init(NULL); as very first
thing in its main() function. Please file a bug against this
application. Trying to play file:///c:/hold.mp3 ... I am running on a WinXPSP2 system using OABuild. And then it pops up with a message box that says: ------------------------------------------------------------------------------------------------------------ | Error ------------------------------------------------------------------------------------------------------------ | (X) ** ERROR **: Could not create GStreamer
‘playbin’ element. Please install it |
aborting… | |
[
OK ] | ------------------------------------------------------------------------------------------------------------ Any help would be greatly appreciated… -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2008-04-02 at 10:37 -0700, Phil Pellouchoud wrote:
> I am getting farther with gst-app, my latest problem is now when I try > to play a file, a message prints to the console window: > > ** Message: don't know how to handle application/ogg Do you have the oggdemux plugin installed? Does gst-inspect-0.10.exe oggdemux show anything? Cheers -Tim ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks, that was it. I guess OABuild doesn't have some of the plugins built. Who normally does the windows binary core and base releases and when does that normally come out?
Thanks. -phil -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Tim Müller Sent: Wednesday, April 02, 2008 12:07 PM To: [hidden email] Subject: Re: [gst-devel] unable to get gst-app to work... (OABuild)- mystery solved? On Wed, 2008-04-02 at 10:37 -0700, Phil Pellouchoud wrote: > I am getting farther with gst-app, my latest problem is now when I try > to play a file, a message prints to the console window: > > ** Message: don't know how to handle application/ogg Do you have the oggdemux plugin installed? Does gst-inspect-0.10.exe oggdemux show anything? Cheers -Tim ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Building on windows.
I am trying to build 18 on windows and when I try, I get: 1>------ Rebuild All started: Project: grammar, Configuration: Debug Win32 ------ 1>Deleting intermediate and output files for project 'grammar', configuration 'Debug|Win32' 1>Performing Custom Build Step 1> 1 file(s) copied. 1>Performing Custom Build Step 1>Performing Custom Build Step 1> 1 file(s) copied. 1> 1 file(s) copied. 1>Performing Custom Build Step 1> 1 file(s) copied. 1>Performing Custom Build Step 1>"..\..\gst\parse\parse.l", line 67: unrecognized %option: reentrant 1>"..\..\gst\parse\parse.l", line 68: unrecognized %option: bison-bridge 1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step" 1>Build log was saved at "file://c:\gstreamer\gstreamer-0.10.18\win32\vs8\Debug\BuildLog.htm" 1>grammar - 1 error(s), 0 warning(s) ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== I downloaded bison-2.1 and flex-2.5.4a-1. Not sure if those versions are right.... Ideas? -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Phil Pellouchoud
Okay, where is 'gst_marshal_VOID__OBJECT' defined?
1>gstbin.c 1>c:\gstreamer\gstreamer-0.10.18\gst\gstbin.c(416) : warning C4311: 'type cast' : pointer truncation from 'guint8 *' to 'glong' 1>c:\gstreamer\gstreamer-0.10.18\gst\gstbin.c(417) : error C2065: 'gst_marshal_VOID__OBJECT' : undeclared identifier 1>c:\gstreamer\gstreamer-0.10.18\gst\gstbin.c(417) : warning C4047: 'function' : 'GSignalCMarshaller' differs in levels of indirection from 'int' 1>c:\gstreamer\gstreamer-0.10.18\gst\gstbin.c(417) : warning C4024: 'g_signal_new' : different types for formal and actual parameter 7 -phil -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Phil Pellouchoud Sent: Wednesday, April 02, 2008 2:46 PM To: Tim Müller; [hidden email] Subject: Re: [gst-devel] unable to get gst-app to work... (OABuild)- mysterysolved? Thanks, that was it. I guess OABuild doesn't have some of the plugins built. Who normally does the windows binary core and base releases and when does that normally come out? Thanks. -phil -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Tim Müller Sent: Wednesday, April 02, 2008 12:07 PM To: [hidden email] Subject: Re: [gst-devel] unable to get gst-app to work... (OABuild)- mystery solved? On Wed, 2008-04-02 at 10:37 -0700, Phil Pellouchoud wrote: > I am getting farther with gst-app, my latest problem is now when I try > to play a file, a message prints to the console window: > > ** Message: don't know how to handle application/ogg Do you have the oggdemux plugin installed? Does gst-inspect-0.10.exe oggdemux show anything? Cheers -Tim ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Phil Pellouchoud
Phil,
I ran into the same problem. flex-2.5.4a is too old. Everything from 2.5.31 up should be fine. I wasn't able to find any of the newer releases precompiled for windows and I did not succeed in building flex from source natively (didn't try mingw). So I ended up using the premade c files in a custom project. Carsten Phil Pellouchoud schrieb: > Building on windows. > > I am trying to build 18 on windows and when I try, I get: > 1>------ Rebuild All started: Project: grammar, Configuration: Debug Win32 ------ > 1>Deleting intermediate and output files for project 'grammar', configuration 'Debug|Win32' > 1>Performing Custom Build Step > 1> 1 file(s) copied. > 1>Performing Custom Build Step > 1>Performing Custom Build Step > 1> 1 file(s) copied. > 1> 1 file(s) copied. > 1>Performing Custom Build Step > 1> 1 file(s) copied. > 1>Performing Custom Build Step > 1>"..\..\gst\parse\parse.l", line 67: unrecognized %option: reentrant > 1>"..\..\gst\parse\parse.l", line 68: unrecognized %option: bison-bridge > 1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step" > 1>Build log was saved at "file://c:\gstreamer\gstreamer-0.10.18\win32\vs8\Debug\BuildLog.htm" > 1>grammar - 1 error(s), 0 warning(s) > ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== > > I downloaded bison-2.1 and flex-2.5.4a-1. Not sure if those versions are right.... > > Ideas? > > -phil > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |