Skip to content
Snippets Groups Projects
  1. Feb 09, 2006
  2. Feb 08, 2006
  3. Feb 07, 2006
    • Tim-Philipp Müller's avatar
      ext/vorbis/vorbis.c: Register musicbrainz tags, so apps don't have to. · 46a95c12
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * ext/vorbis/vorbis.c: (plugin_init):
      Register musicbrainz tags, so apps don't have to.
      46a95c12
    • Tim-Philipp Müller's avatar
      gst-libs/gst/tag/gstvorbistag.c: Make sure we called... · 148b83dd
      Tim-Philipp Müller authored
      gst-libs/gst/tag/gstvorbistag.c: Make sure we called gst_tag_register_musicbrainz_tags() before possibly mapping a vo...
      
      Original commit message from CVS:
      * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
      (gst_tag_to_vorbis_tag):
      Make sure we called gst_tag_register_musicbrainz_tags()
      before possibly mapping a vorbiscomment string from/to a
      musicbrainz tag.
      148b83dd
    • Tim-Philipp Müller's avatar
      gst/typefind/gsttypefindfunctions.c: In case we can't find the required number... · 0475a8b1
      Tim-Philipp Müller authored
      gst/typefind/gsttypefindfunctions.c: In case we can't find the required number of consecutive mpeg audio frames to po...
      
      Original commit message from CVS:
      * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
      In case we can't find the required number of consecutive
      mpeg audio frames to positively identify an MPEG audio
      stream, check if there's at least a valid mpeg audio
      frame right at offset 0 and if so suggest mpeg/audio
      caps with a very low probability (#153004).
      0475a8b1
    • Andy Wingo Wingo's avatar
      gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to a TIME... · b0679836
      Andy Wingo Wingo authored
      gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to a TIME segment if we get timestamped buffers. Requir...
      
      Original commit message from CVS:
      2006-02-07  Andy Wingo  <wingo@pobox.com>
      
      * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
      a TIME segment if we get timestamped buffers. Requires recent
      fixes in core to work properly.
      b0679836
    • Tim-Philipp Müller's avatar
      gst/playback/gstplaybasebin.c: Don't print the URI as part of the error... · bd323373
      Tim-Philipp Müller authored
      gst/playback/gstplaybasebin.c: Don't print the URI as part of the error message, it makes error dialogs look rather u...
      
      Original commit message from CVS:
      * gst/playback/gstplaybasebin.c: (prepare_output):
      Don't print the URI as part of the error message, it
      makes error dialogs look rather ugly, especially if
      the URI is very long or has characters in it that
      need escaping.
      bd323373
    • Tim-Philipp Müller's avatar
      gst/playback/gstplaybasebin.c: Error out if we have only text or subtitles,... · 8c46daa9
      Tim-Philipp Müller authored
      gst/playback/gstplaybasebin.c: Error out if we have only text or subtitles, but nothing else. Also error out if we ha...
      
      Original commit message from CVS:
      * gst/playback/gstplaybasebin.c: (prepare_output):
      Error out if we have only text or subtitles, but nothing
      else. Also error out if we have subtitles but no video
      stream.
      8c46daa9
    • Tim-Philipp Müller's avatar
      ext/gnomevfs/gstgnomevfssrc.c: Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194). · b14f5778
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
      Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
      Post an error message on the bus when we encounter an
      error, which will hopefully be more meaningful than the
      'Internal Flow Error' message users get to see if we
      just return GST_FLOW_ERROR.
      b14f5778
    • Andy Wingo Wingo's avatar
      configure.ac (GST_MAJORMINOR): Update core version req to 0.10.2.2, for the... · c48e901a
      Andy Wingo Wingo authored
      configure.ac (GST_MAJORMINOR): Update core version req to 0.10.2.2, for the collectpads API addition (#330244).
      
      Original commit message from CVS:
      2006-02-07  Andy Wingo  <wingo@pobox.com>
      
      * configure.ac (GST_MAJORMINOR): Update core version req to
      0.10.2.2, for the collectpads API addition (#330244).
      c48e901a
  4. Feb 06, 2006
  5. Feb 05, 2006
    • Jan Schmidt's avatar
      Add a finalize method to ensure we clean up state even if someone omitted the... · 5109622d
      Jan Schmidt authored
      Add a finalize method to ensure we clean up state even if someone omitted the state change back to NULL.
      
      Original commit message from CVS:
      (theora_enc_finalize), (theora_enc_sink_setcaps):
      Add a finalize method to ensure we clean up state even if
      someone omitted the state change back to NULL.
      
      * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
      (gst_vorbisenc_chain):
      Free some more leaked bits.
      
      * tests/check/pipelines/theoraenc.c: (start_pipeline),
      (stop_pipeline):
      Wait for state changes to happen if they're ASYNC.
      
      This ought to teach those fancy pants buildbots a lesson.
      5109622d
    • Jan Schmidt's avatar
      gst-libs/gst/tag/gstid3tag.c: Add mapping for ID3 International Standard Recording Code tag "TSRC" · a81e97c9
      Jan Schmidt authored
      Original commit message from CVS:
      * gst-libs/gst/tag/gstid3tag.c:
      Add mapping for ID3 International Standard Recording Code
      tag "TSRC"
      a81e97c9
    • Jan Schmidt's avatar
      ext/vorbis/vorbisenc.c: Don't leak tag names. · 409b9b22
      Jan Schmidt authored
      Original commit message from CVS:
      * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
      Don't leak tag names.
      409b9b22
    • Tim-Philipp Müller's avatar
      Split libgsttag docs into multiple sections. · 7b43847c
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * docs/libs/gst-plugins-base-libs-docs.sgml:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * gst-libs/gst/tag/gstid3tag.c:
      * gst-libs/gst/tag/gstvorbistag.c:
      * gst-libs/gst/tag/tags.c:
      Split libgsttag docs into multiple sections.
      7b43847c
    • Tim-Philipp Müller's avatar
      Add libgsttag to the docs. · 8db163ab
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * docs/libs/Makefile.am:
      * docs/libs/gst-plugins-base-libs-docs.sgml:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
      * gst-libs/gst/tag/gstvorbistag.c:
      * gst-libs/gst/tag/tag.h:
      * gst-libs/gst/tag/tags.c:
      Add libgsttag to the docs.
      8db163ab
    • Julien Moutte Moutte's avatar
      ext/pango/gsttextoverlay.c: Fix clockoverlay. · 71a17077
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2006-02-05  Julien MOUTTE  <julien@moutte.net>
      
      * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
      (gst_text_overlay_init), (gst_text_overlay_src_event),
      (gst_text_overlay_collected): Fix clockoverlay.
      71a17077
    • Tim-Philipp Müller's avatar
      docs/libs/compiling.sgml: Fix typo: it's pkg-config, not pkg-gconfig · 87f3d7db
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * docs/libs/compiling.sgml:
      Fix typo: it's pkg-config, not pkg-gconfig
      * docs/libs/gst-plugins-base-libs-docs.sgml:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * docs/libs/tmpl/gstgconf.sgml:
      There is no libgstgconf in 0.10, remove it
      from the docs.
      87f3d7db
    • Julien Moutte Moutte's avatar
      docs/libs/tmpl/gstcolorbalance.sgml: Updated. · 72c19d47
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2006-02-05  Julien MOUTTE  <julien@moutte.net>
      
      * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
      * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
      (gst_text_overlay_src_event), (gst_text_overlay_collected):
      * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
      (gst_sub_parse_class_init), (gst_sub_parse_init),
      (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
      (parse_mpsub), (parser_state_init), (handle_buffer),
      (gst_sub_parse_chain), (gst_sub_parse_sink_event),
      (plugin_init):
      * gst/subparse/gstsubparse.h: Introduce seeking code.
      72c19d47
    • Tim-Philipp Müller's avatar
      gst-libs/gst/tag/gstvorbistag.c: Add comment about LANGUAGE tag inconsistency (we want · 00e0574b
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
      Add comment about LANGUAGE tag inconsistency (we want
      ISO-639-1, but extract three-letter identifiers?)
      * po/POTFILES.in:
      Add two translatable files.
      00e0574b
    • Tim-Philipp Müller's avatar
      gst-libs/gst/tag/: Forward-port some tags stuff from the 0.8 branch. This is... · ce175c99
      Tim-Philipp Müller authored
      gst-libs/gst/tag/: Forward-port some tags stuff from the 0.8 branch. This is mostly the addition of musicbrainz tags ...
      
      Original commit message from CVS:
      * gst-libs/gst/tag/Makefile.am:
      * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
      * gst-libs/gst/tag/tag.h:
      * gst-libs/gst/tag/tags.c:
      (gst_tag_register_musicbrainz_tags_internal),
      (gst_tag_register_musicbrainz_tags):
      Forward-port some tags stuff from the 0.8 branch. This is
      mostly the addition of musicbrainz tags and their mapping
      to vorbistags, and a vorbistag mapping of the language tag.
      ce175c99
    • Julien Moutte Moutte's avatar
      gst/playback/gstplaybin.c: Fix broken code refactoring. · 189cd308
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2006-02-05  Julien MOUTTE  <julien@moutte.net>
      
      * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
      refactoring.
      189cd308
    • David Schleef's avatar
      Add Dirac typefinding and add dirac format to oggmux. · 4bcfd025
      David Schleef authored
      Original commit message from CVS:
      * ext/ogg/gstoggmux.c:
      * gst/typefind/gsttypefindfunctions.c:
      Add Dirac typefinding and add dirac format to oggmux.
      4bcfd025
  6. Feb 04, 2006
  7. Feb 03, 2006
  8. Feb 02, 2006
Loading