~ubuntu-branches/ubuntu/karmic/gst-plugins-bad0.10/karmic-proposed

« back to all changes in this revision

Viewing changes to ext/bz2/gstbz2enc.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-04-29 09:44:58 UTC
  • mto: (17.1.2 gutsy) (18.2.1 squeeze) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060429094458-rv7x6chzq7e43c8y
Tags: upstream-0.10.1+cvs20060428
Import upstream version 0.10.1+cvs20060428

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
GST_DEBUG_CATEGORY_STATIC (bz2enc_debug);
28
28
#define GST_CAT_DEFAULT bz2enc_debug
29
29
 
30
 
static GstElementDetails bz2enc_details = GST_ELEMENT_DETAILS ("BZ2 encoder",
 
30
static const GstElementDetails bz2enc_details =
 
31
GST_ELEMENT_DETAILS ("BZ2 encoder",
31
32
    "Codec/Encoder", "Compresses streams",
32
33
    "Lutz Mueller <lutz@users.sourceforge.net>");
33
34