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 322842 - GStreamer-CRITICAL in GstBaseSink and GstBaseTransform
GStreamer-CRITICAL in GstBaseSink and GstBaseTransform
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: 0.9.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-30 14:36 UTC by Sebastien Cote
Modified: 2005-11-30 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (1.24 KB, patch)
2005-11-30 14:37 UTC, Sebastien Cote
none Details | Review
backtrace (2.65 KB, text/plain)
2005-11-30 15:27 UTC, Sebastien Cote
  Details

Description Sebastien Cote 2005-11-30 14:36:23 UTC
Plugins inheriting from GstBaseSrc and GstBaseTransform are displaying the
following warning:

   GStreamer-CRITICAL **: gst_segment_set_newsegment: assertion `segment->format
== format' failed
Comment 1 Sebastien Cote 2005-11-30 14:37:38 UTC
Created attachment 55422 [details] [review]
proposed fix

Initialize the segment before calling gst_segment_set_newsegment()
Comment 2 Sebastien Cote 2005-11-30 14:41:25 UTC
I said GstBaseSrc, but I what I really meant was GstBaseSink. 
Comment 3 Edward Hervey 2005-11-30 15:07:04 UTC
Fixed in cvs
Comment 4 Sebastien Cote 2005-11-30 15:27:17 UTC
Created attachment 55425 [details]
backtrace