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 661889 - not-negotiated error when adding a text element to ges-gui
not-negotiated error when adding a text element to ges-gui
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-editing-services
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-16 05:22 UTC by Stéphane Maniaci
Modified: 2012-06-18 16:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
./ges-gui -> add text -> play (161.78 KB, application/octet-stream)
2011-10-16 05:22 UTC, Stéphane Maniaci
Details

Description Stéphane Maniaci 2011-10-16 05:22:53 UTC
Created attachment 199101 [details]
./ges-gui -> add text -> play

Toying with the ges-gui demo program in GES tree, and it seems I cannot add a text element to the timeline. I'm joining the debug log, the interesting excerpt is:


:00:11.912597005  5664  0x96b1418 INFO                 basesrc gstbasesrc.c:2519:gst_base_src_loop:<titlesrc-bg> pausing after gst_pad_push() = not-negotiated
0:00:11.912632345  5664  0x96b1418 WARN                 basesrc gstbasesrc.c:2582:gst_base_src_loop:<titlesrc-bg> error: Internal data flow error.
0:00:11.912650783  5664  0x96b1418 WARN                 basesrc gstbasesrc.c:2582:gst_base_src_loop:<titlesrc-bg> error: streaming task paused, reason not-negotiated (-4)
0:00:11.912701768  5664  0x96b1418 INFO        GST_ERROR_SYSTEM gstelement.c:1931:gst_element_message_full:<titlesrc-bg> posting message: Internal data flow error.
0:00:11.912735711  5664  0x96b1418 INFO        GST_ERROR_SYSTEM gstelement.c:1954:gst_element_message_full:<titlesrc-bg> posted error message: Internal data flow error.

Feel free to re-assign to gst-plugins-base, I'm not sure since this is triggered with ./ges-gui. Also note the log has to be viewed with less -R, GST_NO_COLOR=1 doesn't seem to be working here.
Comment 1 Vincent Penquerc'h 2011-10-19 14:49:36 UTC
> GST_NO_COLOR=1 doesn't seem to be working here.

That's GST_DEBUG_NO_COLOR.
Comment 2 Vincent Penquerc'h 2012-01-31 18:36:45 UTC
Having had a look, level 3 isn't enough for a debug log, please use 5. There is no information on the steps that caused the pad push to return with not-negotiated.

It would be even better (as in, would make it more likely that someone would debug it sooner) if you could find a ges-launch command line which reproduces this.
Comment 3 Akhil Laddha 2012-03-24 11:04:02 UTC
Stéphane, can you please provide requested information as per comment#2 ?
Comment 4 Akhil Laddha 2012-06-18 16:55:59 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!