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 165809 - buffer-frames problems in usage and conversion
buffer-frames problems in usage and conversion
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-31 14:28 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2005-02-04 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2005-01-31 14:28:57 UTC
I can't link in ladspa elements into the pipeline. probelm is the buffer-frames
part of the caps.
When trying buffer-frames-convert it is not getting better:
gst-launch-0.8 sinesrc ! audioconvert ! buffer-frames-convert ! ladspa-decay !
audioconvert ! osssink

(process:15393): GStreamer-CRITICAL **: file gstbuffer.c: line 277
(gst_buffer_create_sub): assertion `parent->size >= offset + size' failed
(process:15393): GStreamer-CRITICAL **: file gstpad.c: line 3245 (gst_pad_push):
assertion `data != NULL' failed
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2005-01-31 14:50:41 UTC


  • #0 gst_pad_push
    at gstpad.c line 3243
  • #1 buffer_frames_convert_chain
    at bufferframesconvert.c line 323
  • #2 gst_pad_call_chain_function
    at gstpad.c line 4476
  • #3 gst_pad_push
    at gstpad.c line 3287
  • #4 gst_audio_convert_chain
    at gstaudioconvert.c line 267
  • #5 gst_pad_call_chain_function
    at gstpad.c line 4476
  • #6 gst_pad_push
    at gstpad.c line 3287
  • #7 get_group_schedule_function
    at gstoptimalscheduler.c line 1315
  • #8 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1163
  • #9 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 1268
  • #10 gst_scheduler_iterate
    at gstscheduler.c line 738
  • #11 gst_bin_iterate_func
    at gstbin.c line 1220
  • #12 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 509
  • #13 g_type_class_meta_marshal
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #14 g_closure_invoke
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #15 signal_emit_unlocked_R
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #16 g_signal_emit_valist
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #17 g_signal_emit
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #18 gst_bin_iterate
    at gstbin.c line 1280
  • #19 idle_func
    at gst-launch.c line 81
  • #20 g_idle_dispatch
    from /opt/gnome/lib/libglib-2.0.so.0
  • #21 g_main_context_dispatch
    from /opt/gnome/lib/libglib-2.0.so.0
  • #22 g_main_context_iterate
    from /opt/gnome/lib/libglib-2.0.so.0
  • #23 g_main_loop_run
    from /opt/gnome/lib/libglib-2.0.so.0
  • #24 gst_main
    at gst.c line 863
  • #25 main
    at gst-launch.c line 551

Comment 2 Christian Fredrik Kalager Schaller 2005-02-04 17:01:01 UTC
Fixed Andy Wingo in CVS. Closing.