mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
mimenc: Remove dead assignment
This commit is contained in:
parent
818d03ceec
commit
c9aa47505a
1 changed files with 0 additions and 2 deletions
|
@ -140,10 +140,8 @@ gst_mim_enc_base_init (gpointer klass)
|
|||
static void
|
||||
gst_mim_enc_class_init (GstMimEncClass * klass)
|
||||
{
|
||||
GObjectClass *gobject_class;
|
||||
GstElementClass *gstelement_class;
|
||||
|
||||
gobject_class = (GObjectClass *) klass;
|
||||
gstelement_class = (GstElementClass *) klass;
|
||||
gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_mim_enc_change_state);
|
||||
|
||||
|
|
Loading…
Reference in a new issue