gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in comment
Original commit message from CVS: 2006-07-17 Thomas Vander Stichele <thomas at apestaart dot org> * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init): * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init), remove parent_class setting, BOILERPLATE does this (gst_gdp_pay_reset_streamheader): fix typo in comment
This commit is contained in:
parent
4ef3d6fefd
commit
0587672b06
@ -1,3 +1,11 @@
|
|||||||
|
2006-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
|
||||||
|
* gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
|
||||||
|
remove parent_class setting, BOILERPLATE does this
|
||||||
|
(gst_gdp_pay_reset_streamheader):
|
||||||
|
fix typo in comment
|
||||||
|
|
||||||
2006-07-17 Wim Taymans <wim@fluendo.com>
|
2006-07-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
|
* gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
|
||||||
|
@ -109,8 +109,6 @@ gst_gdp_depay_class_init (GstGDPDepayClass * klass)
|
|||||||
gobject_class = (GObjectClass *) klass;
|
gobject_class = (GObjectClass *) klass;
|
||||||
gstelement_class = (GstElementClass *) klass;
|
gstelement_class = (GstElementClass *) klass;
|
||||||
|
|
||||||
parent_class = g_type_class_peek_parent (klass);
|
|
||||||
|
|
||||||
gstelement_class->change_state =
|
gstelement_class->change_state =
|
||||||
GST_DEBUG_FUNCPTR (gst_gdp_depay_change_state);
|
GST_DEBUG_FUNCPTR (gst_gdp_depay_change_state);
|
||||||
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_gdp_depay_finalize);
|
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_gdp_depay_finalize);
|
||||||
|
@ -119,8 +119,6 @@ gst_gdp_pay_class_init (GstGDPPayClass * klass)
|
|||||||
gobject_class = (GObjectClass *) klass;
|
gobject_class = (GObjectClass *) klass;
|
||||||
gstelement_class = (GstElementClass *) klass;
|
gstelement_class = (GstElementClass *) klass;
|
||||||
|
|
||||||
parent_class = g_type_class_peek_parent (klass);
|
|
||||||
|
|
||||||
gobject_class->set_property = GST_DEBUG_FUNCPTR (gst_gdp_pay_set_property);
|
gobject_class->set_property = GST_DEBUG_FUNCPTR (gst_gdp_pay_set_property);
|
||||||
gobject_class->get_property = GST_DEBUG_FUNCPTR (gst_gdp_pay_get_property);
|
gobject_class->get_property = GST_DEBUG_FUNCPTR (gst_gdp_pay_get_property);
|
||||||
gobject_class->dispose = GST_DEBUG_FUNCPTR (gst_gdp_pay_dispose);
|
gobject_class->dispose = GST_DEBUG_FUNCPTR (gst_gdp_pay_dispose);
|
||||||
@ -349,7 +347,7 @@ gst_gdp_pay_reset_streamheader (GstGDPPay * this)
|
|||||||
gst_value_array_append_value (&array, &value);
|
gst_value_array_append_value (&array, &value);
|
||||||
g_value_unset (&value);
|
g_value_unset (&value);
|
||||||
}
|
}
|
||||||
/* FIXME: if one or more in this loop fail to produce and outbuffer,
|
/* FIXME: if one or more in this loop fail to produce an outbuffer,
|
||||||
* should we error out ? Once ? Every time ? */
|
* should we error out ? Once ? Every time ? */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user