Closed GoogleCodeExporter closed 9 years ago
If it wasn't deliberately removed, I think the problem with appsink is that it
was
moved from gst-plugins-bad to gst-plugins-base at some point, and depending on
which
version of each plugin set the winbuild has, it's possible to end up with two
appsinks,
or none (as in this case).
Original comment by marktoll...@gmail.com
on 7 May 2010 at 6:33
Indeed it seems that we missed this plugin. I'll add it right now. Since
upstream
released -base, -base and -good we will try to roll out a new release including
the
last modules updates, the missing appsink and speex, for which we found a way
to have
it working by using static linking.
Original comment by ylatuya
on 7 May 2010 at 7:31
You can build it yourself in the meanwhile. The project is in
Main/GStreamer/Windows/Build/Plugins/Base/gst/app.vcproj
Original comment by ylatuya
on 7 May 2010 at 7:40
I think the plugin is not missing:
$ gst-inspect.exe appsink
Factory Details:
Long name: AppSink
Class: Generic/Sink
Description: Allow the application to get access to raw buffer
Author(s): David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com>
Rank: none (0)
Plugin Details:
Name: app
Description: Elements used to communicate with applications
Filename: c:\Archivos de
programa\OSSBuild\GStreamer\v0.10.6\lib\gstreamer-0.10\libgstapp.dll
Version: 0.10.28
License: LGPL
Source module: gst-plugins-base
Binary package: GStreamer Base Plug-ins source release
Origin URL: Unknown package origin
Could you please check whether the dll is there? Could delete the old registry
in
$HOME/.gstreamer-0.10 and try again?
Thanks
Original comment by ylatuya
on 7 May 2010 at 8:08
I have it in a fresh install and orca shows it's in the MSI (it's not missing).
Steve, you need to uninstall the previous version, delete the registry, and
then do
a new install.
Original comment by david.g.hoyt
on 8 May 2010 at 12:23
Original comment by david.g.hoyt
on 8 May 2010 at 12:26
Thanks very much guys! Deleting that registry file and reinstalling fixed the
problem.
Original comment by steve.stotter64@googlemail.com
on 9 May 2010 at 1:23
Original issue reported on code.google.com by
steve.stotter64@googlemail.com
on 7 May 2010 at 6:13