* Global design
*
* 1) From sink pad to elementary streams (GstParseBin)
- *
+ *
* The input sink pads are fed to GstParseBin. GstParseBin will feed them
* through typefind. When the caps are detected (or changed) we recursively
* figure out which demuxer, parser or depayloader is needed until we get to
/*
* FIXME
- *
+ *
* This method needs to be split into multiple parts
*
* 1) Figure out whether stream should be exposed or not
ave_list = g_list_prepend (ave_list, NULL);
}
- /* if it is a decoder and we don't have a fixed sink, then find out
+ /* if it is a decoder and we don't have a fixed sink, then find out
* the matching audio/video sink from GstAVElements list */
for (l = ave_list; l; l = l->next) {
gboolean created_sink = FALSE;
}
/* remember the sink in the group now, the element is floating, we take
- * ownership now
+ * ownership now
*
* store the sink in the group, we will configure it later when we
* reconfigure the sink */