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 614349 - [mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
[mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-30 11:30 UTC by Sebastian Pölsterl
Modified: 2010-04-02 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Pölsterl 2010-03-30 11:30:22 UTC
I get lots of this errors with gnome-dvb-daemon.


GStreamer-CRITICAL **: gst_buffer_set_caps: assertion `gst_buffer_is_metadata_writable (buffer)' failed
aborting...

Program received signal SIGABRT, Aborted.

Thread 140737250928912 (LWP 28546)

  • #0 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 *__GI_abort
    at abort.c line 92
  • #2 IA__g_logv
    at /build/buildd/glib2.0-2.22.3/glib/gmessages.c line 549
  • #3 IA__g_log
    at /build/buildd/glib2.0-2.22.3/glib/gmessages.c line 569
  • #4 mpegts_parse_push
    at mpegtsparse.c line 778
  • #5 mpegts_parse_chain
    at mpegtsparse.c line 1259
  • #6 gst_pad_chain_data_unchecked
    at gstpad.c line 4131
  • #7 gst_pad_push_data
    at gstpad.c line 4360
  • #8 gst_base_src_loop
    at gstbasesrc.c line 2477
  • #9 gst_task_func
    at gsttask.c line 271
  • #10 g_thread_pool_thread_proxy
    at /build/buildd/glib2.0-2.22.3/glib/gthreadpool.c line 265
  • #11 g_thread_create_proxy
    at /build/buildd/glib2.0-2.22.3/glib/gthread.c line 635
  • #12 start_thread
    at pthread_create.c line 300
  • #13 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 112
  • #14 ??

Comment 1 Sebastian Dröge (slomo) 2010-04-02 17:20:08 UTC
commit 129042b65c6e2f0f110ee1b64b71ca6af21ac109
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Apr 2 19:19:23 2010 +0200

    mpegtsparse: Make sure that the buffer metadata is writable before setting caps
    
    Fixes bug #614349.