X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstbin.c;h=9f8c1bdb2ef0463e1658c9808b27bf1da2325964;hb=e90fcdbc80f3533c9e2754a2efa84316a55d0f80;hp=1ca83056a77d86edfa7f26286daf48f7fb86b5b2;hpb=4852eda85a58ce440b62772070c2ce3166a8b942;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstbin.c b/gst/gstbin.c index 1ca8305..9f8c1bd 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -167,7 +167,8 @@ GST_DEBUG_CATEGORY_STATIC (bin_debug); #define GST_CAT_DEFAULT bin_debug -static GstElementDetails gst_bin_details = GST_ELEMENT_DETAILS ("Generic bin", +static const GstElementDetails gst_bin_details = +GST_ELEMENT_DETAILS ("Generic bin", "Generic/Bin", "Simple container object", "Erik Walthinsen ," "Wim Taymans "); @@ -1895,7 +1896,9 @@ done: /* * This function is a utility event handler for seek events. - * It will send the event to all sinks. + * It will send the event to all sinks or sources depending on the + * event-direction. + * * Applications are free to override this behaviour and * implement their own seek handler, but this will work for * pretty much all cases in practice.