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 663572 - [video-sink] Add support for running inside gst-launch
[video-sink] Add support for running inside gst-launch
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on: 662958
Blocks:
 
 
Reported: 2011-11-07 15:28 UTC by Nicolas Dufresne (ndufresne)
Modified: 2011-11-07 17:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix crash with uninitialized debug category (1.35 KB, patch)
2011-11-07 15:28 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
Ensure clutter-gst is initialized (1.50 KB, patch)
2011-11-07 15:29 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
Automatically create a texture when running in stand-alone (4.29 KB, patch)
2011-11-07 15:29 UTC, Nicolas Dufresne (ndufresne)
none Details | Review

Description Nicolas Dufresne (ndufresne) 2011-11-07 15:28:47 UTC
Created attachment 200893 [details] [review]
Fix crash with uninitialized debug category

The current plugin won't run (crash) when being run inside gst-launch. Here's a series of patch that detect missing texture and allocate one, placing it on the default stage.
Comment 1 Nicolas Dufresne (ndufresne) 2011-11-07 15:29:13 UTC
Created attachment 200894 [details] [review]
Ensure clutter-gst is initialized
Comment 2 Nicolas Dufresne (ndufresne) 2011-11-07 15:29:42 UTC
Created attachment 200895 [details] [review]
Automatically create a texture when running in stand-alone
Comment 3 Damien Lespiau 2011-11-07 17:26:54 UTC
Pushed to to master with a slight change to not have the cluttersink depend on the library.