Comment 7 for bug 144748

Revision history for this message
Daniel Holbach (dholbach) wrote : Re: totem crashed with SIGSEGV in sbc_typefind()

#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 }