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 331253 - Critical warnings when using cddacdiosrc
Critical warnings when using cddacdiosrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-15 09:41 UTC by Ross Burton
Modified: 2006-02-17 11:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2006-02-15 09:41:42 UTC
When I use cddacdiosrc I get critical warnings on the console:

(sound-juicer:13810): GStreamer-CRITICAL **: gst_debug_log_valist: assertion `category != NULL' failed

This is the stack:

  • #0 IA__g_logv
    at gmessages.c line 395
  • #1 IA__g_log
    at gmessages.c line 517
  • #2 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #3 gst_debug_log_valist
    from /usr/lib/libgstreamer-0.10.so.0
  • #4 gst_debug_log
    from /usr/lib/libgstreamer-0.10.so.0
  • #5 gst_cdio_cdda_src_get_type
    from /usr/lib/gstreamer-0.10/libgstcdio.so
  • #6 gst_cdda_base_src_start
    at gstcddabasesrc.c line 1344
  • #7 gst_base_src_set_format
    from /usr/lib/libgstbase-0.10.so.0
  • #8 gst_base_src_set_format
    from /usr/lib/libgstbase-0.10.so.0
  • #9 gst_pad_activate_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #10 gst_pad_activate_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #11 gst_pad_set_active
    from /usr/lib/libgstreamer-0.10.so.0
  • #12 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #13 gst_iterator_fold
    from /usr/lib/libgstreamer-0.10.so.0
  • #14 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #15 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #16 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #17 gst_base_src_set_format
    from /usr/lib/libgstbase-0.10.so.0
  • #18 gst_element_continue_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #19 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #20 gst_element_set_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #21 gst_bin_iterate_sorted
    from /usr/lib/libgstreamer-0.10.so.0
  • #22 gst_pipeline_set_new_stream_time
    from /usr/lib/libgstreamer-0.10.so.0
  • #23 gst_element_continue_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #24 gst_element_continue_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #25 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #26 gst_element_set_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #27 select_track
    at sj-play.c line 84
  • #28 on_play_activate
    at sj-play.c line 413

Comment 1 Tim-Philipp Müller 2006-02-17 11:24:12 UTC
Ooops, the previous init code seems to have disappeared somehow.

2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>

       * ext/cdio/gstcdio.c: (plugin_init):
         Init debug category (#331253).