Original commit message from CVS:
2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
fix a silly segfault
+2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
+ fix a silly segfault
+
2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
* docs/libs/gst-plugins-base-libs-docs.sgml:
</para>
+<!-- ##### SIGNAL GstColorBalance::value-changed ##### -->
+<para>
+
+</para>
+
+@gstcolorbalance: the object which received the signal.
+@arg1:
+@arg2:
+
<!-- ##### STRUCT GstColorBalanceClass ##### -->
<para>
return GST_FLOW_OK;
}
- GST_DEBUG_OBJECT (ogg_mux, "best pad %" GST_PTR_FORMAT " (oggpad %p)"
- " pulling %" GST_PTR_FORMAT, best->collect.pad, best, ogg_mux->pulling);
+ if (best)
+ GST_DEBUG_OBJECT (ogg_mux, "best pad %" GST_PTR_FORMAT " (oggpad %p)"
+ " pulling %" GST_PTR_FORMAT, best->collect.pad, best, ogg_mux->pulling);
if (!best) { /* EOS : FIXME !! We need to handle EOS correctly, and set EOS
flags on the ogg pages. */