[Bug 642522] gstvalue.c does not include a deserialize function for char or uchar

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 16 16:39:06 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=642522
  GStreamer | gstreamer (core) | git

--- Comment #1 from Fabrizio Gennari <fabrizio.ge at tiscali.it> 2011-02-17 00:39:00 UTC ---
Example: element clmmenc (gst-plugins-good/ext/annodex/gstcmmlenc.c) installs
property granule-shift with

 g_object_class_install_property (klass, GST_CMML_ENC_GRANULESHIFT,
      g_param_spec_uchar ("granule-shift",
          "Granuleshift",
          "The number of lower bits to use for partitioning a granule
position",
          0, 64, 32,
          G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list