bugfix: do Uraeus' job - no more //
Original commit message from CVS: bugfix: do Uraeus' job - no more //
This commit is contained in:
parent
d1efe4f40f
commit
b7e30017df
@ -75,7 +75,7 @@ mp3_typefind(GstBuffer *buf, gpointer private)
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
caps = gst_caps_new ("mp3_typefind", "audio/mp3", NULL);
|
caps = gst_caps_new ("mp3_typefind", "audio/mp3", NULL);
|
||||||
// gst_caps_set(caps,"layer",GST_PROPS_INT(4-((head>>17)&0x3)));
|
/* gst_caps_set(caps,"layer",GST_PROPS_INT(4-((head>>17)&0x3))); */
|
||||||
|
|
||||||
return caps;
|
return caps;
|
||||||
}
|
}
|
||||||
@ -93,7 +93,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// gst_info("gsttypes: loaded %d mp3 types\n",i);
|
/* gst_info("gsttypes: loaded %d mp3 types\n",i); */
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user