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 631399 - [camerabin] unit test failure: "Changing the `location' property on filesink when a file is open is not supported."
[camerabin] unit test failure: "Changing the `location' property on filesink...
Status: RESOLVED DUPLICATE of bug 629917
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-05 10:27 UTC by Tim-Philipp Müller
Modified: 2010-11-22 20:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2010-10-05 10:27:23 UTC
$ G_DEBUG=fatal_warnings make elements/camerabin.gdb
GNU gdb (GDB) 7.2-debian

Running suite(s): camerabin

** WARNING **: Changing the `location' property on filesink when a file is open is not supported.
aborting...

Program received signal SIGABRT, Aborted.

Thread 46912633911056 (LWP 18434)

  • #0 raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 abort
    at abort.c line 92
  • #2 g_logv
    at /glib2.0-2.26.0/glib/gmessages.c line 557
  • #3 g_log
    at /glib2.0-2.26.0/glib/gmessages.c line 577
  • #4 gst_file_sink_set_location
    at gstfilesink.c line 316
  • #5 object_set_property
    at /glib2.0-2.26.0/gobject/gobject.c line 1174
  • #6 g_object_set_valist
    at /glib2.0-2.26.0/gobject/gobject.c line 1689
  • #7 g_object_set
    at /glib2.0-2.26.0/gobject/gobject.c line 1795
  • #8 gst_camerabin_image_set_property
    at camerabinimage.c line 276
  • #9 object_set_property
    at /glib2.0-2.26.0/gobject/gobject.c line 1174
  • #10 g_object_set_valist
    at /glib2.0-2.26.0/gobject/gobject.c line 1689
  • #11 g_object_set
    at /glib2.0-2.26.0/gobject/gobject.c line 1795
  • #12 gst_camerabin_have_queue_data
    at gstcamerabin.c line 1949
  • #13 gst_marshal_BOOLEAN__POINTER
    at gstmarshal.c line 586
  • #14 g_closure_invoke
    at /glib2.0-2.26.0/gobject/gclosure.c line 766
  • #15 signal_emit_unlocked_R
    at /glib2.0-2.26.0/gobject/gsignal.c line 3252
  • #16 gst_pad_emit_have_data_signal
    at gstpad.c line 4086
  • #17 gst_pad_push_event
    at gstpad.c line 4952
  • #18 gst_queue_push_one
    at gstqueue.c line 1181
  • #19 gst_queue_loop
    at gstqueue.c line 1248
  • #20 gst_task_func
    at gsttask.c line 271
  • #21 g_thread_pool_thread_proxy
    at /glib2.0-2.26.0/glib/gthreadpool.c line 319
  • #22 g_thread_create_proxy
    at /glib2.0-2.26.0/glib/gthread.c line 1897
  • #23 start_thread
    at pthread_create.c line 300
  • #24 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 112
  • #25 ??

Comment 1 Thiago Sousa Santos 2010-10-05 13:30:30 UTC
This is fixed by the patches on #629917
Comment 2 Thiago Sousa Santos 2010-11-22 20:46:43 UTC

*** This bug has been marked as a duplicate of bug 629917 ***