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 643480 - Internal data flow problem for previews.
Internal data flow problem for previews.
Status: RESOLVED OBSOLETE
Product: cheese
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 2.32
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks: 641100
 
 
Reported: 2011-02-28 13:10 UTC by Patricia Santana Cruz
Modified: 2013-11-12 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Patricia Santana Cruz 2011-02-28 13:10:21 UTC
When clicking on the "Effects" button, the previews are showing very badly or even not showing and the following message is prompted 9 times:

** (cheese:31581): WARNING **: Internal data flow problem.

I guess this happens 9 times, because there are 9 effect's previews.

This is happening in master and in the gtk+-3 branch:
https://github.com/Patriciasc/Cheese-GTK-3
Comment 1 daniel g. siegel 2011-03-13 15:45:20 UTC
do you have any idea why this happens?
Comment 2 Patricia Santana Cruz 2011-03-14 09:28:29 UTC
It is something that was happening in master before, so it might have been around for a long time now. It could be GStreamer, Clutter?
Comment 3 Luciana Fujii 2011-03-14 20:51:19 UTC
It's GStreamer. The message is posted on the bus, and Cheese prints it. I had never noticed that Cheese doesn't say it is a GStreamer warning when that happens.

This is the aditional information from the warning message:

gstbasesink.c(3620): gst_base_sink_chain_unlocked (): /GstCameraBin:camerabin/GstBin:video_filter_bin/ClutterGstVideoSink:cluttergstvideosink1:
Received buffer without a new-segment. Assuming timestamps start from 0.

I think this happens because of the way we connect effects while playing.
Comment 4 Luciana Fujii 2011-06-20 22:19:18 UTC
I'm changing the importance of this bug to normal since it just displays warnings but nothing else apparently happens.
Comment 5 damsweb 2012-02-23 15:11:35 UTC
I can reproduce on Mageia Cauldron:
cheese-3.3.90-3.mga2

$ cheese --gst-debug-level=3
[...]
0:00:05.675553106 22498      0x4d84450 WARN                basesink gstbasesink.c:3626:gst_base_sink_chain_unlocked:<cluttergstvideosink1> warning: Received buffer without a new-segment. Assuming timestamps start from 0.
0:00:05.675574244 22498      0x4d84450 INFO        GST_ERROR_SYSTEM gstelement.c:1931:gst_element_message_full:<cluttergstvideosink1> posting message: Problème interne de flux de données.
0:00:05.675600482 22498      0x4d84450 INFO        GST_ERROR_SYSTEM gstelement.c:1954:gst_element_message_full:<cluttergstvideosink1> posted warning message: Problème interne de flux de données.
0:00:05.681265369 22498      0x38599e0 INFO                 v4l2src gstv4l2src.c:1000:gst_v4l2src_create:<video_source> sync to 0:00:02.266666644
0:00:05.682360335 22498      0x38599e0 INFO         GST_PERFORMANCE imgconvert.c:3736:img_convert: no direct path to convert colorspace from yuv420p -> ayuv4444
0:00:05.684840173 22498      0x38599e0 INFO         GST_PERFORMANCE imgconvert.c:3736:img_convert: no direct path to convert colorspace from yuv444p -> ayuv4444
0:00:05.704910408 22498      0x38599e0 INFO         GST_PERFORMANCE imgconvert.c:3736:img_convert: no direct path to convert colorspace from bgrx32 -> ayuv4444
[...]

Then, my cheese seems frozen and I can only close it or kill it. No other button works.
Comment 6 damsweb 2012-03-22 15:45:45 UTC
Still available in cheese-3.3.92
Comment 7 damsweb 2012-06-26 09:58:09 UTC
Still available in cheese-3.5.2
Comment 8 David King 2013-11-12 16:53:34 UTC
This should not be a problem any longer, as any missing plugins are now ignored (see bug 702995). Please reopen if the bug still exists in Cheese 3.10.2 or greater.