#0  sbc_typefind (tf=0xbf97674c, ignore=0x0) at gstbluetooth.c:41
  [Error: gstbluetooth.c was not found in source tree]

---

   37 static void sbc_typefind(GstTypeFind *tf, gpointer ignore)
   38 {
   39   guint8 *data = gst_type_find_peek(tf, 0, 1);
   40 
   41   if (*data != 0x9c)      /* SBC syncword */
   42           return;
   43 
   44   gst_type_find_suggest(tf, GST_TYPE_FIND_POSSIBLE, SBC_CAPS);
   45 }

-- 
totem crashed with SIGSEGV in sbc_typefind()
https://bugs.launchpad.net/bugs/144748
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to