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 414593 - [AppSrc] gstapp.c isn't built!
[AppSrc] gstapp.c isn't built!
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 413418
 
 
Reported: 2007-03-04 14:48 UTC by Snark
Modified: 2007-03-04 19:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Snark 2007-03-04 14:48:40 UTC
Well, it's major since it makes the plugin unusable: gst-plugins-bad/gst-libs/gst/app/Makefile.am should :
1) builds the lib, against which programs can be linked ;
2) build a plugin, so GstAppSrc can be instantiated through gst_parse_launch.

It does the (1), but not (2).
Comment 1 Jan Schmidt 2007-03-04 15:03:57 UTC
I think you need to re-run configure to regenerate gst/Makefile. It's working as expected here.

 
Comment 2 Snark 2007-03-04 19:24:55 UTC
I haven't checked but it looks better. Thanks!